diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix index d40c1010e73..5a334e69056 100644 --- a/nixos/modules/system/boot/initrd-ssh.nix +++ b/nixos/modules/system/boot/initrd-ssh.nix @@ -138,7 +138,7 @@ in assertion = cfg.hostKeys != []; message = '' You must now pre-generate the host keys for initrd SSH. - See the boot.inird.network.ssh.hostKeys documentation + See the boot.initrd.network.ssh.hostKeys documentation for instructions. ''; }