From 6dfade4734cc1f228758a6d88fe0a17a1d925762 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 fcb37a6..b0e61c5 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