This commit is contained in:
2024-12-21 00:05:36 +09:00
parent a72167be09
commit 1030d3e37f
13 changed files with 56 additions and 20 deletions

View File

@@ -32,7 +32,7 @@
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 3000 3001 ];
networking.firewall.allowedTCPPorts = [ 3000 3001 22 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;