From cc956d3038d37d29678ece94b8576cc6a9f51d56 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 17 Feb 2026 15:57:26 +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 9dff465..cff1b2a 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -135,7 +135,7 @@ system.userActivationScripts.createSetupSymlink.text = '' services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 2375 ]; + networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;