fix resolv

This commit is contained in:
2023-12-07 10:32:11 +01:00
parent 9a1db71073
commit 3d57315867

View File

@@ -20,21 +20,11 @@
};
};
services.resolved = {
enable = true;
# dnssec = "true";
domains = [ "~." ];
fallbackDns = [ "10.42.97.10" ];
# extraConfig = ''
# DNSOverTLS=yes
# '';
};
networking = {
useDHCP = false;
# Define VLANS
nameservers = [ "10.42.97.10" ];
resolvconf.enable = false;
# resolvconf.enable = false;
vlans = {
infrastructure = {
id = 101;