Files
miasma-alis-installer/examples/archinstall/tests/data/test_deprecated_creds_config.json
2025-11-12 18:34:08 +11:00

12 lines
210 B
JSON

{
"!root-password": "rootPwd",
"!users": [
{
"!password": "userPwd",
"sudo": true,
"username": "user_name",
"groups": ["wheel"]
}
]
}