change dns
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user