diff options
| -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 a623ab34..2e0f6444 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | let | 9 | let |
| 10 | connectTo = if connect then "" else "ConnectTo = ymir" | 10 | connectTo = if connect then "" else "ConnectTo = ymir" |
| 11 | { | 11 | in { |
| 12 | "yggdrasil" = { | 12 | "yggdrasil" = { |
| 13 | name = name; | 13 | name = name; |
| 14 | debugLevel = 2; | 14 | debugLevel = 2; |
