change upstream DNS of pihole
This commit is contained in:
parent
b8fb57cfb9
commit
fed2708d13
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
kubernetes.resources = {
|
kubernetes.resources = {
|
||||||
configMaps.pihole.data = {
|
configMaps.pihole.data = {
|
||||||
TZ = "Europe/Amsterdam";
|
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";
|
secrets.pihole.stringData.webPassword = "ref+file:///home/pim/.config/home/vals.yaml#/pihole/password";
|
||||||
|
|
Loading…
Reference in a new issue