From 4fe8693b95dd7f1fb1fe199755ea2da56884e446 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 19 Mar 2026 22:14:41 +0200 Subject: [PATCH] NetworkManager.conf.d/iwd.conf: correct documentation, remove ambiguous {config,comment} --- etc/NetworkManager/conf.d/iwd.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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