diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/tinc/yggdrasil.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 5fa76fe1..15cd7932 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | 9 | ||
10 | let | 10 | let |
11 | connectTo = if connect then "" else "ConnectTo = ymir"; | 11 | connectTo = if connect then "ConnectTo = ymir" else ""; |
12 | in { | 12 | in { |
13 | "yggdrasil" = { | 13 | "yggdrasil" = { |
14 | inherit name; | 14 | inherit name; |