Skip to content

Instantly share code, notes, and snippets.

@distolma
distolma / 50-cloud-init.yaml
Last active October 25, 2025 03:43
Ubuntu setup for Radxa Zero 3W
# 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