From 0360a7011f638f9c34308feba4c7a1c0aace23bd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 13 May 2022 09:37:23 -0400 Subject: [PATCH] typo(Infini-SERVER): id_25519 -> id_ed25519 --- hosts/Infini-SERVER/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index 45aae80..ebdba0f 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -45,8 +45,8 @@ "/root/.local/share/nix/trusted-settings.json" "/root/.ssh/known_hosts" - "/root/.ssh/id_25519" - "/root/.ssh/id_25519.pub" + "/root/.ssh/id_ed25519" + "/root/.ssh/id_ed25519.pub" "/root/.ssh/immutable_files.txt" ]; };