1
Fork 0

Make Azedia the DNS for Stardust.

This commit is contained in:
Bauke 2023-10-17 12:05:08 +02:00
parent 9a53b3a8b2
commit 1eba94ee89
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 14 additions and 1 deletions

View File

@ -79,7 +79,20 @@
networking = {
hostName = "stardust";
networkmanager.enable = true;
networkmanager = {
enable = true;
# There is an issue with NetworkManager and nameservers not being added to
# "/etc/resolv.conf" on `nixos-rebuild switch`, that's why they're
# specified twice. To make it work, right-click the NetworkManager tray
# icon and toggle "Enable Networking", then check "/etc/resolv.conf" that
# this IP is at the top.
insertNameservers = [
"192.168.0.202"
];
};
nameservers = [
"192.168.0.202"
];
};
security = {