diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-03-25 16:54:03 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-03-25 16:54:03 +0530 |
| commit | f3db446c02e1e54415f0b8f2dd662f384dadea1e (patch) | |
| tree | 8595526e32095979c3a352278d66f0e02698ada3 /os/pc | |
| parent | 17806439742f8d9cdb468e73f21f82310ba2377b (diff) | |
Diffstat (limited to 'os/pc')
| -rw-r--r-- | os/pc/modules/network.nix | 6 |
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; }; } |
