Add garage :)

This commit is contained in:
Zuma 2025-11-22 22:12:01 +01:00
parent ba16fa4246
commit 6a9b3f6fa0
3 changed files with 226 additions and 3 deletions

View file

@ -110,6 +110,7 @@ with pkgs.lib;
btop
wget
neofetch
dig
];
# Enable the OpenSSH daemon.
@ -279,9 +280,14 @@ with pkgs.lib;
networking.firewall = {
enable = true;
allowedTCPPorts = [
22 # SSH
80 # HTTP
443 # HTTPS
22 # SSH
80 # HTTP
443 # HTTPS
3900 # Garage S3 Api
3901 # Garage RPC
3902 # Garage Web
3903 # Garage Admin
3904 # Garage K2V
];
allowedUDPPorts = [
19720 # Wireguard