Add local dns
This commit is contained in:
@@ -35,6 +35,7 @@ in
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [
|
||||
"192.168.1.123"
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user