summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:24:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:24:25 +0200
commitde15609292aba8a3c2cddc6595f0b199e16b39e4 (patch)
treecac00d84d30baf688b1a6ecbeddbec4cf4b7dbd0 /custom/tinc
parent66af188478d32def674c98085fabeb95fc3d5da7 (diff)
downloadnixos-de15609292aba8a3c2cddc6595f0b199e16b39e4.tar
nixos-de15609292aba8a3c2cddc6595f0b199e16b39e4.tar.gz
nixos-de15609292aba8a3c2cddc6595f0b199e16b39e4.tar.bz2
nixos-de15609292aba8a3c2cddc6595f0b199e16b39e4.tar.xz
nixos-de15609292aba8a3c2cddc6595f0b199e16b39e4.zip
fix logical error
Diffstat (limited to 'custom/tinc')
-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 5fa76fe1..15cd7932 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -8,7 +8,7 @@
8 8
9 9
10let 10let
11 connectTo = if connect then "" else "ConnectTo = ymir"; 11 connectTo = if connect then "ConnectTo = ymir" else "";
12in { 12in {
13 "yggdrasil" = { 13 "yggdrasil" = {
14 inherit name; 14 inherit name;