Skip to content

Instantly share code, notes, and snippets.

@ustropo
Created March 25, 2020 00:30
Show Gist options
  • Save ustropo/12faa87dc4d3be9ca5503df3df32063d to your computer and use it in GitHub Desktop.
Save ustropo/12faa87dc4d3be9ca5503df3df32063d to your computer and use it in GitHub Desktop.
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
eth0:
dhcp4: true
optional: true
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
YOUR_SSID:
password: YOUR_PWD
version: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment