diff options
author | makefu <github@syntax-fehler.de> | 2015-07-23 19:07:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-23 19:08:25 +0200 |
commit | e9689cd711b4c53609447fca128fb360aa87848c (patch) | |
tree | 713a34a37eb96893bbcf78192cfddca730923cfb /3modules/tv | |
parent | 1dd95432a640a54b3f1049d8eb9ddb60750df71b (diff) |
3 tv.retiolum: describe connectTo
Diffstat (limited to '3modules/tv')
-rw-r--r-- | 3modules/tv/retiolum.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/3modules/tv/retiolum.nix b/3modules/tv/retiolum.nix index ca1418c..e8a1f6c 100644 --- a/3modules/tv/retiolum.nix +++ b/3modules/tv/retiolum.nix @@ -82,7 +82,11 @@ let connectTo = mkOption { type = types.listOf types.str; default = [ "fastpoke" "pigstarter" "kheurop" ]; - description = "TODO describe me"; + 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 + routeable IPv4 or IPv6 address. + ''; }; }; |