Upgrade to nixos 20.09
This commit is contained in:
parent
024105c44c
commit
120cec699d
3 changed files with 22 additions and 9 deletions
|
@ -61,9 +61,8 @@ in {
|
|||
user.openssh.authorizedKeys.keys
|
||||
else
|
||||
[ ]) config.users.users);
|
||||
hostRSAKey = /boot/dropbear_rsa_host_key;
|
||||
hostECDSAKey = /boot/dropbear_ecdsa_host_key;
|
||||
# Key generation with dropbearkey -t <type> -f <output-keyfile>
|
||||
# Generate hostkey with ssh-keygen -t ed25519 -N "" -f /secrets/initrd_ssh_key_ed25519
|
||||
hostKeys = [ "/secrets/initrd_ssh_key_ed25519" ];
|
||||
};
|
||||
postCommands = ''
|
||||
echo 'cryptsetup-askpass' >> /root/.profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue