mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Removed ssh object. Removed obligatory users array
This commit is contained in:
parent
cdcf935514
commit
d3bbd948e1
14
nixos-infect
14
nixos-infect
|
@ -161,19 +161,7 @@ cat > /etc/nixos/userdata/userdata.json << EOF
|
|||
},
|
||||
"timezone": "Europe/Uzhgorod",
|
||||
"resticPassword": "$PASSWORD",
|
||||
"ssh": {
|
||||
"enable": true,
|
||||
"rootSshKeys": [
|
||||
"ssh-ed25519 KEY user@host"
|
||||
],
|
||||
"passwordAuthentication": true
|
||||
},
|
||||
"username": "$USERNAME",
|
||||
"users": [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
"username": "$LUSER"
|
||||
}
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue