Remove unnecessary DNS workaround - local DNS is now working

This commit is contained in:
Julian Sutter 2026-02-16 17:33:45 -08:00
parent 453770fb3a
commit 3e56dc3ef5

View file

@ -26,9 +26,7 @@
networking.useDHCP = lib.mkDefault true;
# Note: DNS servers manually configured via nmcli for ACME certificate validation
# Command used: nmcli connection mod "Wired connection 1" ipv4.dns "8.8.8.8 1.1.1.1 9.9.9.9" ipv4.ignore-auto-dns yes
# These settings are persistent in NetworkManager connection profiles
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";