archinstall/tests/data/test_creds.json

12 lines
227 B
JSON

{
"root_enc_password": "password_hash",
"users": [
{
"enc_password": "password_hash",
"sudo": true,
"username": "user_name",
"groups": ["wheel"]
}
]
}