From dd2ee113a585c75b0d31242108d3a8dbb1bd29b9 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 24 Feb 2025 02:12:33 +0300 Subject: [PATCH] you filthy reprobate --- hosts/atreus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/atreus/configuration.nix b/hosts/atreus/configuration.nix index a92fbfb..91a4428 100644 --- a/hosts/atreus/configuration.nix +++ b/hosts/atreus/configuration.nix @@ -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