nixos/initrd-ssh: fix typo (#84719)
This commit is contained in:
parent
044a1f03db
commit
07bc7b971d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue