shell-things/etc/NetworkManager/conf.d/iwd.conf

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