nixos/initrd-ssh: fix typo (#84719)

This commit is contained in:
B YI
2020-04-08 17:04:29 +02:00
committed by GitHub
parent 044a1f03db
commit 07bc7b971d
+1 -1
View File
@@ -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.
'';
}