fixed container dns

This commit is contained in:
2025-12-23 23:13:42 -05:00
parent 409f376166
commit c09dba0c37

View File

@@ -69,6 +69,8 @@ in
networking = {
useDHCP = lib.mkDefault true;
interfaces.eth0.useDHCP = true;
# Ensure containers don't inherit the host's stub resolver (127.0.0.53) which
useHostResolvConf = false;
};
nix.settings = {
trusted-substituters = [