nixos/pihole-ftl: fix openFirewallDHCP ports

This commit is contained in:
Patrick Gehrsitz
2025-07-11 17:18:22 +02:00
parent 9807714d69
commit 1536ddeea9
@@ -435,8 +435,7 @@ in
networking.firewall = lib.mkMerge [
(mkIf cfg.openFirewallDHCP {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 67 ];
})
(mkIf cfg.openFirewallWebserver {