archinstall/examples/creds-sample.json

9 lines
171 B
JSON

{
"!root-password": "<root password>",
"!users": {
"username": {"!password": "<user password>"}
},
"!superusers": {
"admin": {"!password": "<admin password>"}
}
}