Permission denied error when configuring wifi manually

I am having issues connecting locally to my astrobox, so I’m trying the manual config method. When I enter ‘network: manager: manual’ it says -bash: network command not found.

Then I tried this:

$ sudo nano /etc/network/interfaces

allow-hotplug wlan0
auto wlan0

iface wlan0 inet dhcp
wpa-ssid “YOUR-WIFI-NAME”
wpa-psk “PASSWORD-TO-WIFI”

But when I go to save, it says Permission denied. Cannot save

I don’t think what you’re saying makes a lot of sense. It’s possible something is getting missed. Can you post your config.yaml file and a log of the exact commands you typed?