Skip to content

Instantly share code, notes, and snippets.

View s4y's full-sized avatar

Sidney San Martín s4y

View GitHub Profile
@s4y
s4y / custom.toml
Last active September 24, 2025 12:52 — forked from lpenz/custom.toml
Edit this file and drop it on the bootfs partition of a (freshly-imaged, un-used!) Raspberry Pi SD card to set it up!
config_version = 1
[system]
hostname = "raspberrypi"
[user]
name = "pi"
password = "raspberry"
[ssh]