diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index 22e2dfe..b858e96 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -155,5 +155,7 @@ networking.firewall.allowedTCPPorts = [ 80 # web http 443 # web https + + 3032 # ssh for git server ]; }