diff options
author | lassulus <lass@aidsballs.de> | 2016-11-10 23:04:44 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-11-10 23:04:44 +0100 |
commit | 06d8bf1476d7ac0d6aadc146f2c5eb44829fa1b1 (patch) | |
tree | fec413933dce5df5d562cdd4f3130a5bd418fac5 /krebs/3modules | |
parent | 58ad30011dbd79a8a621936131f8c842df501198 (diff) | |
parent | 941fb77ae550beda1af873536f80ac2180a6afa9 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/retiolum.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix index ed99cc551..0a3d7ed2f 100644 --- a/krebs/3modules/retiolum.nix +++ b/krebs/3modules/retiolum.nix @@ -134,7 +134,11 @@ let connectTo = mkOption { type = types.listOf types.str; - default = [ "fastpoke" "cd" "prism" "gum" ]; + ${if tinc.config.netname == "retiolum" then "default" else null} = [ + "gum" + "ni" + "prism" + ]; 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 |