nixos/initrd-ssh: fix typo (#84719)
This commit is contained in:
parent
044a1f03db
commit
07bc7b971d
|
@ -138,7 +138,7 @@ in
|
||||||
assertion = cfg.hostKeys != [];
|
assertion = cfg.hostKeys != [];
|
||||||
message = ''
|
message = ''
|
||||||
You must now pre-generate the host keys for initrd SSH.
|
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.
|
for instructions.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user