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