From 2cae574f6f21f6c28e20d890e800f39673167b4c Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 1 Aug 2025 18:05:53 -0500 Subject: [PATCH] update --- system-config/services/containers/pihole/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system-config/services/containers/pihole/default.nix b/system-config/services/containers/pihole/default.nix index a4b0a3e..2e4321a 100644 --- a/system-config/services/containers/pihole/default.nix +++ b/system-config/services/containers/pihole/default.nix @@ -66,8 +66,7 @@ }; }; - networking.firewall.allowedTCPPorts = [ 80 53 ]; - networking.firewall.allowedUDPPorts = [ 53 ]; + networking.firewall.allowedTCPPorts = [ 80 ]; system.stateVersion = "24.05"; };