From 37e7139e8caa9bb683ee23d25d4a56a26fba9ac5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 28 Jul 2016 11:10:31 +0200 Subject: higher ping timeouts in tinc --- custom/tinc/def.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 3de31418..423f1ddb 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix @@ -26,7 +26,9 @@ in options = { extraConfig = mkOption { - default = ""; + default = '' + PingTimeout = 10 + ''; type = types.lines; description = '' Extra lines to add to the tinc service configuration file. -- cgit v1.2.3