# This file contains a netplan-compatible configuration which cloud-init
# will apply on first-boot. Please refer to the cloud-init documentation and
# the netplan reference for full details:
#
# https://cloudinit.readthedocs.io/
# https://netplan.io/reference

version: 2
ethernets:
  eth0:
    dhcp4: true
    optional: true
#
# DON'T RELY ON WIFI FOR INSTALL
#
# Update ssid and password to match.
#
wifis:
  wlan0:
    dhcp4: true
    access-points:
      "panoptes-net":
        password: "net-panoptes"
