From 01aaf10e2da697a2f6b2df9463b0785adff182b8 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 16 Feb 2026 09:22:16 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- 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 e164716..9f4771d 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -131,7 +131,7 @@ system.userActivationScripts.createSetupSymlink.text = '' services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 80 8080 443 ]; + networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;