try pihole as sole dns
This commit is contained in:
@@ -13,9 +13,13 @@
|
|||||||
allowedUDPPorts = [ 53 ];
|
allowedUDPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nameservers = [
|
nameservers = lib.mkForce [
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networkmanager = {
|
||||||
|
dns = lib.mkForce "none";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.pihole = {
|
virtualisation.oci-containers.containers.pihole = {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
kjv
|
kjv
|
||||||
openssh
|
openssh
|
||||||
sops
|
sops
|
||||||
host
|
dig
|
||||||
toybox
|
toybox
|
||||||
btop
|
btop
|
||||||
zip
|
zip
|
||||||
|
|||||||
Reference in New Issue
Block a user