NetworkManager.conf.d/iwd.conf: correct documentation, remove ambiguous {config,comment}

This commit is contained in:
Aminda Suomalainen 2026-03-19 22:14:41 +02:00
parent 09f45cffb1
commit 4fe8693b95
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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