mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
# iwd is replacement for wpa_supplicant by Intel
|
|
|
|
# Important!
|
|
# systemctl disable --now wpa_supplicant
|
|
# systemctl mask wpa_supplicant
|
|
# systemctl enable --now iwd
|
|
# systemctl restart NetworkManager
|
|
|
|
[device]
|
|
wifi.backend=iwd
|
|
# Leave autoconnection logic and all for NetworkManager
|
|
#wifi.iwd.autoconnect=true
|
|
wifi.iwd.autoconnect=false
|
|
# vim: filetype=NetworkManager.conf
|