summaryrefslogtreecommitdiff
path: root/os/pc/modules/network.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2026-03-25 16:54:03 +0530
committersinanmohd <sinan@sinanmohd.com>2026-03-25 16:54:03 +0530
commitf3db446c02e1e54415f0b8f2dd662f384dadea1e (patch)
tree8595526e32095979c3a352278d66f0e02698ada3 /os/pc/modules/network.nix
parent17806439742f8d9cdb468e73f21f82310ba2377b (diff)
feat(common/dns): use resolvd, https://tailscale.com/blog/sisyphean-dns-client-linuxHEADmaster
Diffstat (limited to 'os/pc/modules/network.nix')
-rw-r--r--os/pc/modules/network.nix6
1 files changed, 1 insertions, 5 deletions
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;
};
}