summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-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 2e0f6444..f6aa00b8 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -7,7 +7,7 @@
7 7
8 8
9let 9let
10 connectTo = if connect then "" else "ConnectTo = ymir" 10 connectTo = if connect then "" else "ConnectTo = ymir";
11in { 11in {
12 "yggdrasil" = { 12 "yggdrasil" = {
13 name = name; 13 name = name;