From c583bee02db8b5d849bd272791c3d7581898df99 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Mon, 2 Jun 2025 13:35:32 -0400 Subject: [PATCH] Ensure firewall is active ...it was, but there's still a rule I don't understand, despite nmap results looking good --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c48d659..fce8bac 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -190,6 +190,7 @@ #networking.firewall.allowedTCPPorts = [ 9003 ]; networking.firewall = { + enable = true; allowedTCPPorts = [ 9003 ]; allowedUDPPorts = [ 51820 ]; # if packets are still dropped, they will show up in dmesg