From 3e56dc3ef5935ec02fc16f47f73250fa46f93af8 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 16 Feb 2026 17:33:45 -0800 Subject: [PATCH] Remove unnecessary DNS workaround - local DNS is now working --- systems/warp.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systems/warp.nix b/systems/warp.nix index 720cbd4..6d3b210 100755 --- a/systems/warp.nix +++ b/systems/warp.nix @@ -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";