From 8ae56dd9af1e420a64ddb523f80d43df82f0d23e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Nov 2015 14:06:02 +0100 Subject: debugging --- custom/tinc/laeradhr.nix | 2 +- custom/tinc/yggdrasil.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/tinc') 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 { "laeradhr" = { inherit name; debugLevel = 2; - hosts = ( import ./laeradhr-hosts.nix ); + #hosts = ( import ./laeradhr-hosts.nix ); extraConfig = connectTo; scripts = { 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 { "yggdrasil" = { inherit name; debugLevel = 2; - hosts = ( import ./yggdrasil-hosts.nix ); + #hosts = ( import ./yggdrasil-hosts.nix ); extraConfig = connectTo; scripts = { tinc-up = '' -- cgit v1.2.3