summaryrefslogtreecommitdiff
path: root/common/home/services/gpg-agent
diff options
context:
space:
mode:
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;