From fed2708d1354186c80dbe77f299ac85ec1f7f8ab Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 13 Apr 2024 13:23:12 +0200 Subject: [PATCH] change upstream DNS of pihole --- nix/flake/kubenix/pihole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/flake/kubenix/pihole.nix b/nix/flake/kubenix/pihole.nix index b391588..180a5b2 100644 --- a/nix/flake/kubenix/pihole.nix +++ b/nix/flake/kubenix/pihole.nix @@ -2,7 +2,7 @@ kubernetes.resources = { configMaps.pihole.data = { TZ = "Europe/Amsterdam"; - PIHOLE_DNS_ = "192.168.40.1"; + PIHOLE_DNS_ = "192.168.30.1"; }; secrets.pihole.stringData.webPassword = "ref+file:///home/pim/.config/home/vals.yaml#/pihole/password";