fix server ips
This commit is contained in:
parent
46278f9f72
commit
2748929e66
4 changed files with 14 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue