diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:34:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:34:07 -0700 |
| commit | 1af8024597747c647bed041f32a2978e9b0fc1a2 (patch) | |
| tree | 8138fac4e7cf93082e586e138f5b44d1f611aff6 | |
| parent | swag (diff) | |
| download | nixos-config-1af8024597747c647bed041f32a2978e9b0fc1a2.tar.xz nixos-config-1af8024597747c647bed041f32a2978e9b0fc1a2.zip | |
gnu
| -rw-r--r-- | modules/programs/gnupg.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/gnupg.nix b/modules/programs/gnupg.nix index 604781d..aeffb23 100644 --- a/modules/programs/gnupg.nix +++ b/modules/programs/gnupg.nix @@ -8,8 +8,8 @@ settings = { enable-ssh-support = ""; ttyname = "$GPG_TTY"; - default-cache-ttl = 60; - max-cache-ttl = 120; + default-cache-ttl = 34560000; # 60 + max-cache-ttl = 34560000; # 120 allow-loopback-pinentry = ""; }; }; |