diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index 1a4d53bd4..51e857b82 100644 --- a/configs/.config/nixpkgs/home.nix +++ b/configs/.config/nixpkgs/home.nix @@ -149,7 +149,7 @@ services.gpg-agent = { enable = true; - defaultCacheTtl = 7200; - maxCacheTtl = 7200; + defaultCacheTtl = 8 * 60 * 60; # 8 hours + maxCacheTtl = 8 * 60 * 60; }; }