dns trouble

This commit is contained in:
2026-01-18 22:22:48 -06:00
parent c48ecab2bd
commit 0947941c11

View File

@@ -17,7 +17,7 @@
user = "root"; user = "root";
mode = "0664"; mode = "0664";
}; };
/*
environment.etc."nsswitch.conf" = { environment.etc."nsswitch.conf" = {
enable = true; enable = true;
text = '' text = ''
@@ -37,6 +37,9 @@
user = "root"; user = "root";
}; };
*/
system.nssDatabases.hosts = lib.mkForce [ "dns" "mymachines" "files" "myhostname" ];
virtualisation.oci-containers.containers.pihole = { virtualisation.oci-containers.containers.pihole = {
image = "pihole/pihole:latest"; image = "pihole/pihole:latest";