diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 14:06:48 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 14:06:48 +0200 |
commit | 02f9011a50390d20ff6ca5128dc4bd53e2504abb (patch) | |
tree | b640e30718816bb6389a77b07a798a46f170eb93 | |
parent | 03855bbd707cf7ca3e891f9193d55cb031c9ba4b (diff) |
krebs/retiolum.nix: add doc for secretKeyFile
-rw-r--r-- | 3modules/krebs/retiolum.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/3modules/krebs/retiolum.nix b/3modules/krebs/retiolum.nix index 447592e..e9b1244 100644 --- a/3modules/krebs/retiolum.nix +++ b/3modules/krebs/retiolum.nix @@ -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 { |