open port for ssh on o001

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

View file

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