From 7974a95659c591e41f81b69d497c392dd13c371b Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 15 Jan 2026 23:37:22 -0600 Subject: [PATCH] pihole please --- system/services/containers/pihole/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/services/containers/pihole/default.nix b/system/services/containers/pihole/default.nix index 6b4709c..60ba407 100644 --- a/system/services/containers/pihole/default.nix +++ b/system/services/containers/pihole/default.nix @@ -73,6 +73,8 @@ "1.0.0.1" "1.1.1.1" ]; + + misc.dnsmasq_lines = [ "except-interface=nonexisting" ]; }; };