snowhawk: enable ssh firewall holes

This commit is contained in:
Zynh Ludwig 2024-07-25 04:09:09 -07:00
parent a4c54ec50d
commit 58cfd9ef4e

View file

@ -110,6 +110,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.openFirewall = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];