22 lines
458 B
Plaintext
22 lines
458 B
Plaintext
# Cloud-init network-config (NoCloud). Copy to boot partition as 'network-config'.
|
|
# Adjust for your LAN: DHCP or static.
|
|
|
|
version: 2
|
|
ethernets:
|
|
eth0:
|
|
dhcp4: true
|
|
# eth0:
|
|
# addresses:
|
|
# - 192.168.1.100/24
|
|
# gateway4: 192.168.1.1
|
|
# nameservers:
|
|
# addresses:
|
|
# - 8.8.8.8
|
|
|
|
# Optional WiFi (uncomment and set your SSID/password)
|
|
# wlan0:
|
|
# dhcp4: true
|
|
# access-points:
|
|
# "YourSSID":
|
|
# password: "YourPassword"
|