snowhawk: explicit port 22 allowance

Zynh Ludwig 2024-07-25 04:25:21 -07:00
parent 58bec2bca1
commit 5500abd33f
1 changed files with 1 additions and 1 deletions

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;