diff --git a/system-config/services/containers/pihole/default.nix b/system-config/services/containers/pihole/default.nix index 43af0f2..12184cf 100644 --- a/system-config/services/containers/pihole/default.nix +++ b/system-config/services/containers/pihole/default.nix @@ -61,16 +61,16 @@ ]; settings = { - /*misc.dnsmasq_lines = [ + misc.dnsmasq_lines = [ "no-resolv" "server=192.168.100.29" #"server=1.1.1.1" #"server=1.0.0.1" - ];*/ + ]; }; }; - /*unbound = { + unbound = { enable = true; settings = { @@ -80,14 +80,14 @@ }; }; - };*/ + }; }; system.stateVersion = "24.05"; }; }; - /*unbound = { + unbound = { autoStart = true; privateNetwork = true; @@ -119,7 +119,7 @@ system.stateVersion = "25.05"; }; - };*/ + }; }; };