mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 20:11:28 +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",
|
"timezone": "Europe/Uzhgorod",
|
||||||
"resticPassword": "$PASSWORD",
|
"resticPassword": "$PASSWORD",
|
||||||
"ssh": {
|
"username": "$LUSER"
|
||||||
"enable": true,
|
|
||||||
"rootSshKeys": [
|
|
||||||
"ssh-ed25519 KEY user@host"
|
|
||||||
],
|
|
||||||
"passwordAuthentication": true
|
|
||||||
},
|
|
||||||
"username": "$USERNAME",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue