tv/retiolum.nix: add doc for ConnectTo

This commit is contained in:
makefu 2015-07-23 19:07:05 +02:00
parent feed949d47
commit 461bacfd6a

View File

@ -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
''
;
};
};