From b7c70dfb8fa79b1295c03a70872750778786aa35 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 3 Aug 2025 14:48:23 -0500 Subject: [PATCH] old --- .../services/containers/pihole/default.nix | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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"; }; - }; + };*/ }; };