Merge remote-tracking branch 'cd/master'
This commit is contained in:
commit
06d8bf1476
@ -134,7 +134,11 @@ let
|
|||||||
|
|
||||||
connectTo = mkOption {
|
connectTo = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ "fastpoke" "cd" "prism" "gum" ];
|
${if tinc.config.netname == "retiolum" then "default" else null} = [
|
||||||
|
"gum"
|
||||||
|
"ni"
|
||||||
|
"prism"
|
||||||
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The list of hosts in the network which the client will try to connect
|
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
|
to. These hosts should have an 'Address' configured which points to a
|
||||||
|
Loading…
Reference in New Issue
Block a user