fix server ips
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ "10.42.97.2" ];
|
||||
fallbackDns = [ "10.42.97.10" ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
# Define VLANS
|
||||
nameservers = [ "10.42.97.2" ];
|
||||
nameservers = [ "10.42.97.10" ];
|
||||
vlans = {
|
||||
infrastructure = {
|
||||
id = 101;
|
||||
|
||||
Reference in New Issue
Block a user