summary refs log tree commit diff
path: root/nixos/modules/system/boot/initrd-ssh.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-11 16:19:48 +0100
committerEmily <vcs@emily.moe>2020-04-11 16:19:48 +0100
commit8a37c3dd1a83da3138da455560fd25c102d2a2bd (patch)
treef0caec499db8c34774009e80e472131bdcfa9a03 /nixos/modules/system/boot/initrd-ssh.nix
parent2f41064d862c8289c00c515d414ab9460cea154a (diff)
downloadnixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar.gz
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar.bz2
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar.lz
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar.xz
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.tar.zst
nixpkgs-8a37c3dd1a83da3138da455560fd25c102d2a2bd.zip
nixos/initrd-ssh: fix typo in docs
Diffstat (limited to 'nixos/modules/system/boot/initrd-ssh.nix')
-rw-r--r--nixos/modules/system/boot/initrd-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix
index 5a334e69056..60760487a1d 100644
--- a/nixos/modules/system/boot/initrd-ssh.nix
+++ b/nixos/modules/system/boot/initrd-ssh.nix
@@ -55,7 +55,7 @@ in
 
         <screen>
         <prompt># </prompt>ssh-keygen -t rsa -N "" -f /etc/secrets/initrd/ssh_host_rsa_key
-        <prompt># </prompt>ssh-keygen -t ed25519 -N "" -f /etc/secrets/initrd/ssh_host_ed_25519_key
+        <prompt># </prompt>ssh-keygen -t ed25519 -N "" -f /etc/secrets/initrd/ssh_host_ed25519_key
         </screen>
 
         <warning>