Add garage :)
This commit is contained in:
parent
ba16fa4246
commit
6a9b3f6fa0
3 changed files with 226 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue