microOS eth1 still down

This commit is contained in:
Karim Naufal
2022-02-05 01:22:35 +01:00
parent 3f0f0ca705
commit 623954e5ef
6 changed files with 34 additions and 4 deletions

15
templates/config.ign.tpl Normal file
View File

@@ -0,0 +1,15 @@
{
"ignition": {
"version": "3.0.0"
},
"passwd": {
"users": [
{
"name": "root",
"sshAuthorizedKeys": [
"${ssh_public_key}"
]
}
]
}
}