docker pihole debug

This commit is contained in:
2026-01-18 12:42:14 -06:00
parent 06cb547197
commit 69b47de1fc

View File

@@ -7,6 +7,13 @@
config = lib.mkIf (config.sysconfig.docker.pihole.enable && config.sysconfig.docker.enable) {
networking = {
firewall.interfaces."docker0" = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};
};
virtualisation.oci-containers.containers.pihole = {
image = "pihole/pihole:latest";