From 8c19c971e1ba9aee0b166ec4e79b457709bbb282 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 1 May 2025 12:14:42 -0500 Subject: [PATCH] open port for ssh on o001 --- hosts/oracle/o001/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ]; }