diff options
Diffstat (limited to 'custom/tinc/yggdrasil.nix')
-rw-r--r-- | custom/tinc/yggdrasil.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 15cd7932..7c028824 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -14,7 +14,10 @@ in { | |||
14 | inherit name; | 14 | inherit name; |
15 | debugLevel = 2; | 15 | debugLevel = 2; |
16 | hosts = ( import ./hosts/yggdrasil.nix ); | 16 | hosts = ( import ./hosts/yggdrasil.nix ); |
17 | extraConfig = connectTo; | 17 | extraConfig = '' |
18 | PingTimeout = 10 | ||
19 | ${connectTo} | ||
20 | ''; | ||
18 | scripts = { | 21 | scripts = { |
19 | tinc-up = '' | 22 | tinc-up = '' |
20 | #!${stdenv.shell} | 23 | #!${stdenv.shell} |