krebs/retiolum.nix: add doc for secretKeyFile

This commit is contained in:
makefu 2015-07-24 14:06:48 +02:00
parent 2cecdcd6bb
commit c63c87311d

View File

@ -76,7 +76,11 @@ let
# bad unsafe permissions...
type = types.str;
default = "/root/src/secrets/retiolum.rsa_key.priv";
description = "Generate file with <literal>tincd -K</literal>.";
description = ''
Generate file with <literal>tincd -K</literal>.
This file must exist on the local system. The default points to
<secrets/retiolum.rsa_key.priv>.
'';
};
connectTo = mkOption {