summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-04 13:45:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-04 13:45:00 +0100
commit9222ced014a180fdfdfeabae6b493c18cc25cca5 (patch)
tree49be96d138aae87e1332fc176bd971ab6563925a /custom
parentd69df73bc0c76223f59174f8ab831fec9b4a62da (diff)
downloadnixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar
nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.gz
nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.bz2
nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.xz
nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.zip
syntax poking
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 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;