mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
Fixed user-related data schema
This commit is contained in:
parent
a5cd2394ec
commit
cdcf935514
|
@ -168,11 +168,10 @@ cat > /etc/nixos/userdata/userdata.json << EOF
|
|||
],
|
||||
"passwordAuthentication": true
|
||||
},
|
||||
"username": "owner",
|
||||
"username": "$USERNAME",
|
||||
"users": [
|
||||
{
|
||||
"hashedPassword": "$HASHED_PASSWORD",
|
||||
"username": "$LUSER"
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue