diff options
author | Ben Sima <ben@bsima.me> | 2021-04-15 17:22:43 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-15 17:22:43 -0400 |
commit | 29e54559af990489a233fdb81cc7e41d50429212 (patch) | |
tree | 4ce4b32b5d51101b1601a4a6331d53b110a3c41b /linux.nix | |
parent | 6eb3fd14976e3ecd5677f51d8574d428ea045d87 (diff) |
fix install.sh and (almost) add opentimestamps with git wrapper
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |