3 tv.retiolum: describe connectTo

This commit is contained in:
makefu 2015-07-23 19:07:27 +02:00 committed by tv
parent f076edf90a
commit b2f4cc4b12

View File

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