mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lshd: Streamline first use.
svn path=/nixos/trunk/; revision=25716
This commit is contained in:
parent
8361444f9b
commit
7edc419f65
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ in
|
|||
# XXX: It would be nice to provide feedback to the
|
||||
# user when this fails, so that they can retry it
|
||||
# manually.
|
||||
${lsh}/bin/lsh-make-seed -o /var/spool/lsh/yarrow-seed-file
|
||||
${lsh}/bin/lsh-make-seed --sloppy \
|
||||
-o /var/spool/lsh/yarrow-seed-file
|
||||
fi
|
||||
|
||||
if ! test -f "${cfg.hostKey}"
|
||||
|
|
Loading…
Reference in a new issue