you filthy reprobate

This commit is contained in:
Osman Faruk Bayram 2025-02-24 02:12:33 +03:00
parent 367d90910c
commit dd2ee113a5

View file

@ -60,7 +60,7 @@
#time.timeZone = "Europe/Berlin";
build.activation.sshd = ''
if [ ! -e /etc/ssh/ssh_host_rsa_key ]; then
if [ ! -e /etc/ssh/ssh_host_ed25519_key ]; then
$VERBOSE_ECHO "Generating host keys..."
$DRY_RUN_CMD ${pkgs.openssh}/bin/ssh-keygen -t ed25519 -a 32 -f "/etc/ssh/ssh_host_ed25519_key" -N ""
fi