Skip to content

Instantly share code, notes, and snippets.

@yousiki
Last active February 18, 2026 11:33
Show Gist options
  • Select an option

  • Save yousiki/fd1d411318641c373b8cc27935fab1bd to your computer and use it in GitHub Desktop.

Select an option

Save yousiki/fd1d411318641c373b8cc27935fab1bd to your computer and use it in GitHub Desktop.
Fedora Core config.ign
{
"ignition": {
"version": "3.5.0"
},
"passwd": {
"users": [
{
"groups": [
"wheel"
],
"name": "yousiki",
"sshAuthorizedKeys": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC45xBkgwJJ0bTz/PDMHS9N/ajwEo8RgOR7/JUnmNwtx yousiki@mio"
]
}
]
},
"storage": {
"files": [
{
"overwrite": true,
"path": "/etc/hostname",
"contents": {
"compression": "",
"source": "data:,yukko"
},
"mode": 420
},
{
"overwrite": true,
"path": "/etc/systemd/zram-generator.conf",
"contents": {
"compression": "",
"source": "data:,%5Bzram0%5D%0A"
},
"mode": 420
}
],
"links": [
{
"overwrite": true,
"path": "/etc/localtime",
"hard": false,
"target": "../usr/share/zoneinfo/Asia/Tokyo"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment