summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/sils/gpg/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/sils/gpg/default.nix b/users/sils/gpg/default.nix
index cb976db..8954c7b 100644
--- a/users/sils/gpg/default.nix
+++ b/users/sils/gpg/default.nix
@@ -9,6 +9,8 @@
};
services.gpg-agent = {
enable = true;
+ defaultCacheTtl = 60 * 5;
+ defaultCacheTtlSsh = 60 * 5;
pinentryFlavor = "gtk2";
enableSshSupport = true;
sshKeys = ["4077454831C98FE4BE4A9C167186C5A63615B790"];