Fixed user-related data schema

pull/19/head
Illia Chub 2021-11-16 09:39:00 +02:00
parent a5cd2394ec
commit cdcf935514
No known key found for this signature in database
GPG Key ID: 5D3581534C02467A
1 changed files with 2 additions and 3 deletions

View File

@ -168,11 +168,10 @@ cat > /etc/nixos/userdata/userdata.json << EOF
],
"passwordAuthentication": true
},
"username": "owner",
"username": "$USERNAME",
"users": [
{
"hashedPassword": "$HASHED_PASSWORD",
"username": "$LUSER"
}
]
}