summaryrefslogtreecommitdiff
path: root/home/environ/gpg.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-07-06 17:18:44 -0600
committerAlejandro Soto <alejandro@34project.org>2025-07-06 17:18:44 -0600
commit863aaa665b18175909d27d853db9e65fcec06677 (patch)
tree149a47d9fcbd09fde3e68bff986f3eb6c094d2a5 /home/environ/gpg.nix
parentc3ea4dbc08c240f31556bf65977af2a123cb5bdb (diff)
home: fix 25.05 deprecation warnings
Diffstat (limited to 'home/environ/gpg.nix')
-rw-r--r--home/environ/gpg.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/environ/gpg.nix b/home/environ/gpg.nix
index dd58181..91feee6 100644
--- a/home/environ/gpg.nix
+++ b/home/environ/gpg.nix
@@ -24,7 +24,10 @@ in
maxCacheTtl = 3600 * 6;
maxCacheTtlSsh = 3600 * 6;
- pinentryPackage = pkgs.pinentry-gtk2;
+ pinentry = {
+ package = pkgs.pinentry-gtk2;
+ program = "pinentry-gtk-2";
+ };
};
};
}