diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:53:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:53:43 +0100 |
commit | c050a7410b8a5b31361a4555495c8e892cd53ff3 (patch) | |
tree | df4782e151b16bccfd07c872b0f4ecbd9ad2cdc3 /custom/tinc/yggdrasil.nix | |
parent | da0c7853c842963a99afb5123785147717db1b17 (diff) | |
download | nixos-c050a7410b8a5b31361a4555495c8e892cd53ff3.tar nixos-c050a7410b8a5b31361a4555495c8e892cd53ff3.tar.gz nixos-c050a7410b8a5b31361a4555495c8e892cd53ff3.tar.bz2 nixos-c050a7410b8a5b31361a4555495c8e892cd53ff3.tar.xz nixos-c050a7410b8a5b31361a4555495c8e892cd53ff3.zip |
???
Diffstat (limited to 'custom/tinc/yggdrasil.nix')
-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 4191d2c4..331d3912 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -13,7 +13,7 @@ in { | |||
13 | "yggdrasil" = { | 13 | "yggdrasil" = { |
14 | inherit name; | 14 | inherit name; |
15 | debugLevel = 2; | 15 | debugLevel = 2; |
16 | hosts = ( import ./yggdrasil-hosts.nix ); | 16 | hosts = ( import ./custom/tinc/yggdrasil-hosts.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; |
18 | scripts = { | 18 | scripts = { |
19 | tinc-up = '' | 19 | tinc-up = '' |