summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 11:10:31 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 11:10:31 +0200
commit37e7139e8caa9bb683ee23d25d4a56a26fba9ac5 (patch)
tree920420703626fba6c91f2e73c33bb506d4194e30 /custom
parent43172834d7798dbc8c9d20c5c4ed063a02c0950b (diff)
downloadnixos-37e7139e8caa9bb683ee23d25d4a56a26fba9ac5.tar
nixos-37e7139e8caa9bb683ee23d25d4a56a26fba9ac5.tar.gz
nixos-37e7139e8caa9bb683ee23d25d4a56a26fba9ac5.tar.bz2
nixos-37e7139e8caa9bb683ee23d25d4a56a26fba9ac5.tar.xz
nixos-37e7139e8caa9bb683ee23d25d4a56a26fba9ac5.zip
higher ping timeouts in tinc
Diffstat (limited to 'custom')
-rw-r--r--custom/tinc/def.nix4
1 files changed, 3 insertions, 1 deletions
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
26 options = { 26 options = {
27 27
28 extraConfig = mkOption { 28 extraConfig = mkOption {
29 default = ""; 29 default = ''
30 PingTimeout = 10
31 '';
30 type = types.lines; 32 type = types.lines;
31 description = '' 33 description = ''
32 Extra lines to add to the tinc service configuration file. 34 Extra lines to add to the tinc service configuration file.