1

System: Don't use local DNS server for servenix and thinknix (they should be reliable)

This commit is contained in:
2025-07-11 01:52:40 +02:00
parent 256c13c50d
commit 7a5f89cf90
3 changed files with 17 additions and 9 deletions

View File

@ -42,7 +42,7 @@
interface = "enp8s0";
ip = "192.168.86.50/24";
router = "192.168.86.5";
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8 (create imperatively then use nm2nix)
autoconnect = true;
};
"10-ether-1G" = mylib.networking.mkStaticNetworkManagerProfile {
@ -50,7 +50,7 @@
interface = "enp5s0";
ip = "192.168.86.50/24";
router = "192.168.86.5";
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8 (create imperatively then use nm2nix)
autoconnect = false;
};
};