bobobo1618 / ninesleep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod wont boot without NetworkManager config

jonatino opened this issue · comments

I did the /etc/shadow password and added my ssh key but without adding a NetworkManager config. The pod 3 just blinks green forever and will not boot. What is preventing it from booting without that network config?

Can you add a sample config to the repo?

Here is the exact same config from my eightsleep

name: customer-wifi.nmconnection permissions 600 or rw - -

content:

[connection]
id=customer-wifi
uuid=fe1982b9-368b-4d60-8a33-ed503224bb78
type=wifi
interface-name=wlan0
permissions=

[wifi]
mac-address-blacklist=
mode=infrastructure
ssid=**YOUR_WIFI_NAME**

[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=**YOUR_WIFI_PASSWORD**

[ipv4]
dns-search=
method=auto

[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=auto

[proxy]