Add local dns

This commit is contained in:
Sparky
2025-10-29 13:11:31 +01:00
parent 13e8f824eb
commit feb8f466ec

View File

@@ -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"
];