diff --git a/etc/NetworkManager/conf.d/iwd.conf b/etc/NetworkManager/conf.d/iwd.conf index 366f3f98..d02fb55b 100644 --- a/etc/NetworkManager/conf.d/iwd.conf +++ b/etc/NetworkManager/conf.d/iwd.conf @@ -4,12 +4,9 @@ # systemctl disable --now wpa_supplicant # systemctl mask wpa_supplicant # systemctl restart NetworkManager +# Maybe also [Unit] {Wants,Requires}=iwd.service in NetworkManager.service.d/ [device] wifi.backend=iwd -# Leave autoconnection logic and all for NetworkManager. Without this I seem -# to not have fallback to other connections if the highest priority fails on -# ThinkPad T470 aka Lumina. -#wifi.iwd.autoconnect=true -wifi.iwd.autoconnect=false +wifi.iwd.autoconnect=true # vim: filetype=NetworkManager.conf