Revert "ninurta: directly ask for password on ssh"

This reverts commit 224570ac3f.
This commit is contained in:
Tim Schubert 2023-06-17 11:12:38 +02:00
parent e3da8eabd7
commit dcab8483da
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -47,9 +47,6 @@ 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 = {