typo(Infini-SERVER): id_25519 -> id_ed25519

This commit is contained in:
Infinidoge 2022-05-13 09:37:23 -04:00
parent fbd23aebc5
commit 0360a7011f

View file

@ -45,8 +45,8 @@
"/root/.local/share/nix/trusted-settings.json" "/root/.local/share/nix/trusted-settings.json"
"/root/.ssh/known_hosts" "/root/.ssh/known_hosts"
"/root/.ssh/id_25519" "/root/.ssh/id_ed25519"
"/root/.ssh/id_25519.pub" "/root/.ssh/id_ed25519.pub"
"/root/.ssh/immutable_files.txt" "/root/.ssh/immutable_files.txt"
]; ];
}; };