summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
Diffstat (limited to '3modules')
-rw-r--r--3modules/tv/retiolum.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/3modules/tv/retiolum.nix b/3modules/tv/retiolum.nix
index ca1418c3..e8a1f6c2 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.
+ '';
};
};