diff options
author | makefu <github@syntax-fehler.de> | 2015-07-23 19:07:05 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-23 19:13:23 +0200 |
commit | 381db0b40288f063f55a0c8cf45d11d00cdb26a3 (patch) | |
tree | 609681c8a35f617b67115b26b31bd8ac07aa4fcf /3modules/tv/retiolum.nix | |
parent | 991d5bd64499866d61a4ee517f723bd762f28cde (diff) |
tv/retiolum.nix: add doc for ConnectTo
Diffstat (limited to '3modules/tv/retiolum.nix')
-rw-r--r-- | 3modules/tv/retiolum.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/3modules/tv/retiolum.nix b/3modules/tv/retiolum.nix index ca1418c..7a5ab70 100644 --- a/3modules/tv/retiolum.nix +++ b/3modules/tv/retiolum.nix @@ -82,7 +82,12 @@ 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 + '' + ; }; }; |