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"; };