From 0b8e24c80ad0a5e9e97b0aedd17357199b82c369 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 27 Nov 2023 09:56:05 +0530 Subject: modules/iwd: fix broken dhcp dns configuration --- hosts/cez/configuration.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index 05e7dd6..b8bbc3e 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -27,8 +27,15 @@ in networking = { hostName = "cez"; - dhcpcd.wait = "background"; - wireless.iwd.enable = true; + useDHCP = false; + + wireless.iwd = { + enable = true; + settings = { + General.EnableNetworkConfiguration = true; + Network.NameResolvingService = "resolvconf"; + }; + }; }; services = { -- cgit v1.2.3