open port for ssh on o001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-05-01 12:14:42 -05:00
parent ef4ade27d4
commit 8c19c971e1

View file

@ -155,5 +155,7 @@
networking.firewall.allowedTCPPorts = [
80 # web http
443 # web https
3032 # ssh for git server
];
}