Files
dotfiles/.local/bin/setup/setupwifi

19 lines
263 B
Plaintext
Raw Normal View History

2021-08-23 22:35:42 +01:00
#! /bin/bash
doas tee /etc/NetworkManager/conf.d <<HRD
[main]
dhcpd=dhclient
HRD
2021-08-31 22:50:36 +01:00
doas tee /etc/iwd/main.conf <<HRD
[Network]
EnableNetworkConfiguration=True
EnableIPv6=True
HRD
doas systemctl enable --now iwd
doas systemctl enable --now NetworkManager
2021-08-23 22:35:42 +01:00
nmtui