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

This commit is contained in:
B YI 2020-04-08 23:04:29 +08:00 committed by GitHub
parent 044a1f03db
commit 07bc7b971d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
'';
}