From 29e54559af990489a233fdb81cc7e41d50429212 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 15 Apr 2021 17:22:43 -0400 Subject: fix install.sh and (almost) add opentimestamps with git wrapper --- linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index c4ebe9c..7f2ec02 100644 --- a/linux.nix +++ b/linux.nix @@ -357,8 +357,8 @@ in gpg-agent = { enable = true; enableScDaemon = true; - defaultCacheTtl = 72000; - maxCacheTtl = 7200; + defaultCacheTtl = 1800; # 30 minutes + maxCacheTtl = 7200; # 2 hours enableSshSupport = false; enableExtraSocket = true; verbose = true; -- cgit v1.2.3