diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-19 17:33:48 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-19 17:33:48 +0100 |
commit | b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55 (patch) | |
tree | 24f185da4dfff9710df5d345533a2c6a8cfd27c5 /custom | |
parent | 94e84db5e101c28b5d8e0d385dd25bca2d7a8f7d (diff) | |
download | nixos-b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55.tar nixos-b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55.tar.gz nixos-b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55.tar.bz2 nixos-b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55.tar.xz nixos-b3a5a87eb092c8ee289a96ce81e1cc9def4a4d55.zip |
more generous tinc timeout
Diffstat (limited to 'custom')
-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 d0492793..dba81120 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -74,7 +74,7 @@ in { | |||
74 | debugLevel = 2; | 74 | debugLevel = 2; |
75 | hosts = ( import ./hosts/yggdrasil.nix ); | 75 | hosts = ( import ./hosts/yggdrasil.nix ); |
76 | extraConfig = '' | 76 | extraConfig = '' |
77 | PingTimeout = 10 | 77 | PingTimeout = 30 |
78 | ${optionalString cfg.connect "ConnectTo = ymir"} | 78 | ${optionalString cfg.connect "ConnectTo = ymir"} |
79 | ''; | 79 | ''; |
80 | scripts = { | 80 | scripts = { |