1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-19 06:04:42 -04:00
Fedora-CoreOS-Ignition/No-Config.ign

20 lines
352 B
Plaintext
Raw Normal View History

{
"ignition": {
"version": "3.4.0"
},
"passwd": {
"users": [
{
"groups": [
"wheel",
"sudo"
],
"name": "tomster",
"sshAuthorizedKeys": [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkTKkJS7Id1WCyA5Klu/moLG9mP5hTC+v2qYqypMF1u contact@tommytran.io"
]
}
]
}
}