diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:54:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:54:04 +0100 |
commit | f487efb4775e80223b488222c09b719cda98a03e (patch) | |
tree | 097072790af60f5925ba4e411af210923cdb44c7 /custom/tinc | |
parent | c050a7410b8a5b31361a4555495c8e892cd53ff3 (diff) | |
download | nixos-f487efb4775e80223b488222c09b719cda98a03e.tar nixos-f487efb4775e80223b488222c09b719cda98a03e.tar.gz nixos-f487efb4775e80223b488222c09b719cda98a03e.tar.bz2 nixos-f487efb4775e80223b488222c09b719cda98a03e.tar.xz nixos-f487efb4775e80223b488222c09b719cda98a03e.zip |
‽‽‽
Diffstat (limited to 'custom/tinc')
-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 331d3912..4191d2c4 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 ./custom/tinc/yggdrasil-hosts.nix ); | 16 | hosts = ( import ./yggdrasil-hosts.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; |
18 | scripts = { | 18 | scripts = { |
19 | tinc-up = '' | 19 | tinc-up = '' |