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";