diff options
Diffstat (limited to '3modules/krebs/retiolum.nix')
-rw-r--r-- | 3modules/krebs/retiolum.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/3modules/krebs/retiolum.nix b/3modules/krebs/retiolum.nix index 1406f2fc4..481d6565c 100644 --- a/3modules/krebs/retiolum.nix +++ b/3modules/krebs/retiolum.nix @@ -76,12 +76,16 @@ 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 { type = types.listOf types.str; - default = [ "fastpoke" "pigstarter" "kheurop" ]; + default = [ "fastpoke" "pigstarter" "gum" ]; description = '' The list of hosts in the network which the client will try to connect to. These hosts should have an 'Address' configured which points to a |