mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-02-18 07:14:57 +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
|
"passwordAuthentication": true
|
||||||
},
|
},
|
||||||
"username": "owner",
|
"username": "$USERNAME",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"hashedPassword": "$HASHED_PASSWORD",
|
|
||||||
"username": "$LUSER"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue