summaryrefslogtreecommitdiff
path: root/common/home/services/gpg-agent
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-05-28 11:09:10 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-05-28 11:09:48 +0200
commitca8e312fb355e660f22331db7ccab3ecf4ed02a4 (patch)
treea2e405a27893bb6cc34245745980d291cb9dcbe8 /common/home/services/gpg-agent
parent0d0169ab07748bbf6ab1e33f9bcca6ca624c9a8e (diff)
update to 25.05
Diffstat (limited to 'common/home/services/gpg-agent')
-rw-r--r--common/home/services/gpg-agent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/services/gpg-agent/default.nix b/common/home/services/gpg-agent/default.nix
index 8fa94e7..14b0576 100644
--- a/common/home/services/gpg-agent/default.nix
+++ b/common/home/services/gpg-agent/default.nix
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
enable = true;
- pinentryPackage = pkgs.pinentry-qt;
+ pinentry.package = pkgs.pinentry-qt;
maxCacheTtl = 60480000;
maxCacheTtlSsh = 60480000;
defaultCacheTtl = 60480000;