added beszel port to firewall
Check NixOS configurations / eval-hosts (push) Failing after 27m37s

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