ninurta: directly ask for password on ssh

This commit is contained in:
Tim Schubert 2023-06-04 04:24:31 +02:00
parent f2f06c4eae
commit 224570ac3f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -46,6 +46,9 @@ in
authorizedKeys = config.dadada.admin.users.dadada.keys;
hostKeys = [ initrdSshKey ];
};
postCommands = ''
echo 'systemctl restart systemd-cryptsetup@luks.service' >> /root/.profile
'';
};
# Kinda does not work?
systemd = {