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 = {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
kjv
|
||||
openssh
|
||||
sops
|
||||
host
|
||||
dig
|
||||
toybox
|
||||
btop
|
||||
zip
|
||||
|
||||
Reference in New Issue
Block a user