>>105640575>but had a lot of issues setting up things like wireless internetI had trouble a long time ago but I read the wiki and went with iwd, so make sure your networkmanager is installed. So use (apk search network) to find any you might need, like tui or applet, etc. Then I did this
rm /etc/NetworkManager/NetworkManager.conf
printf '[main]\ndhcp=internal\n[device]\nwifi.backend=iwd\n\' > /etc/NetworkManager/NetworkManager.conf
rm /etc/network/interfaces
printf 'auto lo\nauto eth0\nauto wlan0\n' > /etc/network/interfaces
rc-update del iwd boot
rc-update del iwd default
rc-update add iwd sysinit
I think I used nmcli in the terminal to go through connecting to a network, after restarting it just auto-connected easily each time.