Change DNS

This commit is contained in:
muon 2025-07-30 17:32:45 +00:00
parent 11ad0bd4bf
commit 02e1cfaf9e
2 changed files with 45 additions and 154 deletions

View file

@ -27,7 +27,8 @@ in with lib; {
config = {
networking.networkmanager.enable = true;
services.resolved.enable = true;
networking.nameservers = [ "45.90.28.97" "45.90.30.97" ];
# services.resolved.enable = true;
# udev 250 doesn't reliably reinitialize devices after restart
systemd.services.systemd-udevd.restartIfChanged = false;