change dns

This commit is contained in:
2023-12-04 17:14:00 +01:00
parent b3c2b620b8
commit d6d0e2d734

View File

@@ -21,9 +21,14 @@
};
services.resolved = {
enable = true;
domains = [ "~." ];
fallbackDns = [ "10.42.97.2" ];
}
networking = {
useDHCP = false;
nameservers = [ "10.42.97.2" ];
# Define VLANS
vlans = {
infrastructure = {