mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-02-23 13:09:15 +01:00
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
![]() |
{
|
||
|
"ignition": {
|
||
|
"version": "3.4.0"
|
||
|
},
|
||
|
"passwd": {
|
||
|
"users": [
|
||
|
{
|
||
|
"groups": [
|
||
|
"wheel",
|
||
|
"sudo"
|
||
|
],
|
||
|
"name": "tomster",
|
||
|
"sshAuthorizedKeys": [
|
||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkTKkJS7Id1WCyA5Klu/moLG9mP5hTC+v2qYqypMF1u contact@tommytran.io"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|