diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:45:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:45:00 +0100 |
commit | 9222ced014a180fdfdfeabae6b493c18cc25cca5 (patch) | |
tree | 49be96d138aae87e1332fc176bd971ab6563925a | |
parent | d69df73bc0c76223f59174f8ab831fec9b4a62da (diff) | |
download | nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.gz nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.bz2 nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.tar.xz nixos-9222ced014a180fdfdfeabae6b493c18cc25cca5.zip |
syntax poking
-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; |