tv/retiolum.nix: add doc for ConnectTo
This commit is contained in:
parent
feed949d47
commit
461bacfd6a
@ -82,7 +82,12 @@ let
|
|||||||
connectTo = mkOption {
|
connectTo = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ "fastpoke" "pigstarter" "kheurop" ];
|
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
|
||||||
|
''
|
||||||
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user