aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index bda8728..20f9bc9 100644
--- a/home.nix
+++ b/home.nix
@@ -57,10 +57,13 @@
services.gpg-agent = {
enable = true;
- defaultCacheTtl = 43200;
enableSshSupport = true;
- defaultCacheTtlSsh = 43200;
enableScDaemon = false;
+
+ defaultCacheTtl = 43200;
+ maxCacheTtl = 43200;
+ defaultCacheTtlSsh = 43200;
+ maxCacheTtlSsh = 43200;
};
programs.fish = {