ninurta: directly ask for password on ssh
This commit is contained in:
parent
f2f06c4eae
commit
224570ac3f
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ in
|
||||||
authorizedKeys = config.dadada.admin.users.dadada.keys;
|
authorizedKeys = config.dadada.admin.users.dadada.keys;
|
||||||
hostKeys = [ initrdSshKey ];
|
hostKeys = [ initrdSshKey ];
|
||||||
};
|
};
|
||||||
|
postCommands = ''
|
||||||
|
echo 'systemctl restart systemd-cryptsetup@luks.service' >> /root/.profile
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
# Kinda does not work?
|
# Kinda does not work?
|
||||||
systemd = {
|
systemd = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue