diff options
Diffstat (limited to 'os/pc/modules')
| -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; }; } |
