Skip to content

Instantly share code, notes, and snippets.

@s4y
Forked from lpenz/custom.toml
Last active September 24, 2025 12:52
Show Gist options
  • Select an option

  • Save s4y/907d8926755f4efaa51d597fb180593c to your computer and use it in GitHub Desktop.

Select an option

Save s4y/907d8926755f4efaa51d597fb180593c to your computer and use it in GitHub Desktop.
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]
# ssh_import_id = "gh:mygithubusername"
# authorized_keys = [ "ssh-rsa ... user@host", ... ]
enabled = true
[wlan]
ssid = "mywifi"
password = "wifipassword"
hidden = false
# https://wireless.wiki.kernel.org/en/developers/Regulatory
country = "US"
[locale]
keymap = "us"
timezone = "America/New_York"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment