summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc')
-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.