use iwd autoconnect
This commit is contained in:
parent
3bdf7bf978
commit
46f3928c79
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
|||
backend = "iwd";
|
||||
powersave = false;
|
||||
};
|
||||
extraConfig = ''
|
||||
[device]
|
||||
wifi.iwd.autoconnect=yes
|
||||
'';
|
||||
};
|
||||
useDHCP = lib.mkDefault false;
|
||||
wireless.iwd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue