From cf78588f00a6b779fc9db3884b8fd36bdc62d02d Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sun, 12 Jul 2026 17:07:42 +1000 Subject: [PATCH] added beszel port to firewall --- hosts/docker/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 8f66659..a8e8698 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -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;