From 46f3928c7929cab6c0470846dffdd797ff66f608 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 21 Mar 2023 21:27:40 +0530 Subject: [PATCH] use iwd autoconnect --- system/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/default.nix b/system/default.nix index 359eb62..9d61f9b 100644 --- a/system/default.nix +++ b/system/default.nix @@ -49,6 +49,10 @@ backend = "iwd"; powersave = false; }; + extraConfig = '' + [device] + wifi.iwd.autoconnect=yes + ''; }; useDHCP = lib.mkDefault false; wireless.iwd.enable = true;