From 07bc7b971dc34b97a27ca9675a19f525a7d3616e Mon Sep 17 00:00:00 2001 From: B YI Date: Wed, 8 Apr 2020 23:04:29 +0800 Subject: [PATCH] nixos/initrd-ssh: fix typo (#84719) --- nixos/modules/system/boot/initrd-ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix index d40c1010e73c..5a334e690568 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. ''; }