diff --git a/system-config/services/containers/pihole/default.nix b/system-config/services/containers/pihole/default.nix index 829b559..e51835c 100644 --- a/system-config/services/containers/pihole/default.nix +++ b/system-config/services/containers/pihole/default.nix @@ -69,13 +69,25 @@ ];*/ }; }; + + unbound = { + enable = true; + + settings = { + server = { + interface = [ "127.0.0.1" ]; + port = 5335; + }; + + }; + }; }; system.stateVersion = "24.05"; }; }; - unbound = { + /*unbound = { autoStart = true; privateNetwork = true; @@ -107,7 +119,7 @@ system.stateVersion = "25.05"; }; - }; + };*/ }; };