snowhawk: explicit port 22 allowance

This commit is contained in:
Zynh Ludwig 2024-07-25 04:25:21 -07:00
parent 58bec2bca1
commit 5500abd33f

View file

@ -114,7 +114,7 @@
services.avahi.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 22 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;