From f425d2bf5275f1da87b9cccbbfadc789982100a2 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 22 Apr 2024 16:56:24 +0200 Subject: [PATCH] Fix iwd dns --- modules/system/wlan.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/wlan.nix b/modules/system/wlan.nix index 1c18fcf..9b4eeac 100644 --- a/modules/system/wlan.nix +++ b/modules/system/wlan.nix @@ -19,6 +19,7 @@ settings = { General.EnableNetworkConfiguration = true; Settings.AutoConnect = true; + Network.NameResolvingService = "resolvconf"; }; };