From f3db446c02e1e54415f0b8f2dd662f384dadea1e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 25 Mar 2026 16:54:03 +0530 Subject: feat(common/dns): use resolvd, https://tailscale.com/blog/sisyphean-dns-client-linux --- os/pc/modules/network.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'os/pc') diff --git a/os/pc/modules/network.nix b/os/pc/modules/network.nix index 029822f..eeb5b0e 100644 --- a/os/pc/modules/network.nix +++ b/os/pc/modules/network.nix @@ -2,10 +2,6 @@ { networking.wireless.iwd = { enable = true; - - settings = { - General.EnableNetworkConfiguration = true; - Network.NameResolvingService = "resolvconf"; - }; + settings.General.EnableNetworkConfiguration = true; }; } -- cgit v1.2.3