archinstall/tests/data/test_creds.json

11 lines
180 B
JSON

{
"!root-password": "super_pwd",
"!users": [
{
"!password": "user_pwd",
"sudo": true,
"username": "user_name"
}
]
}