mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-20 15:57:59 +01:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
# iwd is replacement for wpa_supplicant by Intel
|
|
|
|
# Important!
|
|
# 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
|
|
wifi.iwd.autoconnect=true
|
|
# vim: filetype=NetworkManager.conf
|