about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorB YI <uuuuuu@protonmail.com>2020-04-08 23:04:29 +0800
committerGitHub <noreply@github.com>2020-04-08 17:04:29 +0200
commit07bc7b971dc34b97a27ca9675a19f525a7d3616e (patch)
treed694abfe9afe7c11a20f5982ee6670ff42f27eb0 /nixos/modules
parent044a1f03dbb98f25e4b7b5d390f2ce7b829ea978 (diff)
nixos/initrd-ssh: fix typo (#84719)
Diffstat (limited to 'nixos/modules')
-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 d40c1010e73cc..5a334e6905688 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.
         '';
       }