Skip to content

Instantly share code, notes, and snippets.

@ssdean
Last active July 28, 2021 02:23
Show Gist options
  • Save ssdean/888f460baeebe624df782882098fb592 to your computer and use it in GitHub Desktop.
Save ssdean/888f460baeebe624df782882098fb592 to your computer and use it in GitHub Desktop.

Arch networkd IWD

Install IWD

pacman -S iwd

Enable services

systemctl enable --now systemd-networkd
systemctl enable --now systemd-resolved
systemctl enable --now iwd
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

/etc/iwd/main.conf

[General]
EnableNetworkConfiguration=true

[Network]
NetworkResolvingService=systemd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment