Created
April 30, 2026 06:26
-
-
Save tscheckenbach/ce3d3d40d26a7402bd94cfe0638d0df8 to your computer and use it in GitHub Desktop.
core os ignition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "variant": "fcos", | |
| "version": "1.7.0", | |
| "passwd": { | |
| "users": [ | |
| { | |
| "name": "tsc", | |
| "ssh_authorized_keys": [ | |
| "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOp3pNV3RDpWBlPdN6mONyjFSrXNUzxCikXrCHCTiEjP" | |
| ] | |
| } | |
| ] | |
| }, | |
| "systemd": { | |
| "units": [ | |
| { | |
| "name": "docker.service", | |
| "enabled": true | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment