Add script for setting up wifi

This commit is contained in:
2021-08-31 22:50:36 +01:00
parent 24bff3a894
commit 38a6735d21

View File

@@ -5,5 +5,14 @@ doas tee /etc/NetworkManager/conf.d <<HRD
dhcpd=dhclient dhcpd=dhclient
HRD HRD
doas tee /etc/iwd/main.conf <<HRD
[Network]
EnableNetworkConfiguration=True
EnableIPv6=True
HRD
doas systemctl enable --now iwd
doas systemctl enable --now NetworkManager
nmtui nmtui