added beszel port to firewall

This commit is contained in:
2026-07-12 17:07:42 +10:00
parent 7156c343bb
commit cf78588f00
+1 -1
View File
@@ -224,7 +224,7 @@ systemd.tmpfiles.rules = [
services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 ]; networking.firewall.allowedTCPPorts = [ 80 8080 443 8090 ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;