Create directory
sudo mkdir /etc/iwd/
Create and edit main.conf
sudo nano /etc/iwd/main.conf
Insert and save
[General]
EnableNetworkConfiguration=true
disable your dhcp client, restart iwd and enjoy
Thanks for sharing that. Keeping my system less bloated 🙌🙌
Is it also not necessary to include this setting?
[Network]
NameResolvingService=none
Since by default iwd will use / try to use systemd?
I had to set this to get it to work without dhcpcd.