pihole ports

This commit is contained in:
2025-08-03 17:12:29 +02:00
parent 41c83b8ca2
commit 31e48f0853

View File

@@ -74,7 +74,7 @@ in {
podman.enable = true;
};
networking.firewall = lib.mkIf cfg.pihole.enable {
networking.firewall = {
allowedTCPPorts = [53 5335];
allowedUDPPorts = [53 5335];
};