mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
14 lines
290 B
Plaintext
14 lines
290 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
|
|
wifi.iwd.autoconnect=true
|
|
|
|
# vim: filetype=NetworkManager.conf
|