change dns
This commit is contained in:
parent
b3c2b620b8
commit
d6d0e2d734
1 changed files with 6 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue