change dns
This commit is contained in:
@@ -21,9 +21,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
services.resolved = {
|
||||||
|
enable = true;
|
||||||
|
domains = [ "~." ];
|
||||||
|
fallbackDns = [ "10.42.97.2" ];
|
||||||
|
}
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
nameservers = [ "10.42.97.2" ];
|
|
||||||
# Define VLANS
|
# Define VLANS
|
||||||
vlans = {
|
vlans = {
|
||||||
infrastructure = {
|
infrastructure = {
|
||||||
|
|||||||
Reference in New Issue
Block a user