Files
miasma-installer/examples/archinstall/tests/data/test_creds.json
tumillanino 6fd2f42ec2
Some checks failed
Build / build (push) Failing after 4m53s
added required partitioning package installations
2025-11-12 16:01:17 +11:00

12 lines
227 B
JSON

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