diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:06:02 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 14:06:02 +0100 |
commit | 8ae56dd9af1e420a64ddb523f80d43df82f0d23e (patch) | |
tree | aea633c0fb477a3935f901cda2008ddfc0a1cd5c /custom/tinc | |
parent | 84c3acb643d94f3dc0432165691e1c31c8f7385f (diff) | |
download | nixos-8ae56dd9af1e420a64ddb523f80d43df82f0d23e.tar nixos-8ae56dd9af1e420a64ddb523f80d43df82f0d23e.tar.gz nixos-8ae56dd9af1e420a64ddb523f80d43df82f0d23e.tar.bz2 nixos-8ae56dd9af1e420a64ddb523f80d43df82f0d23e.tar.xz nixos-8ae56dd9af1e420a64ddb523f80d43df82f0d23e.zip |
debugging
Diffstat (limited to 'custom/tinc')
-rw-r--r-- | custom/tinc/laeradhr.nix | 2 | ||||
-rw-r--r-- | custom/tinc/yggdrasil.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/tinc/laeradhr.nix b/custom/tinc/laeradhr.nix index 8471f020..7d57e413 100644 --- a/custom/tinc/laeradhr.nix +++ b/custom/tinc/laeradhr.nix | |||
@@ -13,7 +13,7 @@ in { | |||
13 | "laeradhr" = { | 13 | "laeradhr" = { |
14 | inherit name; | 14 | inherit name; |
15 | debugLevel = 2; | 15 | debugLevel = 2; |
16 | hosts = ( import ./laeradhr-hosts.nix ); | 16 | #hosts = ( import ./laeradhr-hosts.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; |
18 | scripts = { | 18 | scripts = { |
19 | tinc-up = '' | 19 | tinc-up = '' |
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 4191d2c4..cc09804c 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 ./yggdrasil-hosts.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = connectTo; |
18 | scripts = { | 18 | scripts = { |
19 | tinc-up = '' | 19 | tinc-up = '' |