Skip to content

Commit

Permalink
profiles/network_drivers: Use iwd as default backend for NetworkManager
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
  • Loading branch information
ventureoo authored and vnepogodin committed Feb 12, 2025
1 parent f995b15 commit 12f5175
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions profiles/pci/network_drivers/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma
EOF
cat <<EOF >/etc/NetworkManager/conf.d/50-iwd.conf
# This file is automatically generated by chwd. PLEASE DO NOT EDIT IT.
[device]
wifi.backend=iwd
EOF
mkinitcpio -P
"""
post_remove = """
rm -f /etc/modprobe.d/01-chwd-net-blacklist.conf
rm -f /etc/NetworkManager/conf.d/50-iwd.conf
mkinitcpio -P
"""

0 comments on commit 12f5175

Please sign in to comment.