summaryrefslogtreecommitdiff
path: root/custom/tinc/yggdrasil.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc/yggdrasil.nix')
-rw-r--r--custom/tinc/yggdrasil.nix2
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
9let 9let
10 connectTo = if connect then "" else "ConnectTo = ymir" 10 connectTo = if connect then "" else "ConnectTo = ymir"
11{ 11in {
12 "yggdrasil" = { 12 "yggdrasil" = {
13 name = name; 13 name = name;
14 debugLevel = 2; 14 debugLevel = 2;