feat: open ports for testing

This commit is contained in:
Ryan Yin
2025-07-04 17:09:48 +08:00
parent 1e937dc832
commit c4a33c55aa
2 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,4 @@
{lib, ...}: {
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
networking.firewall.enable = lib.mkDefault false;
# Enable the OpenSSH daemon.