diff options
Diffstat (limited to 'hm')
-rw-r--r-- | hm/gpg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/gpg/default.nix b/hm/gpg/default.nix index a8478a8..3acf94c 100644 --- a/hm/gpg/default.nix +++ b/hm/gpg/default.nix @@ -12,7 +12,7 @@ defaultCacheTtlSsh = 60 * 50; maxCacheTtl = 60 * 50; maxCacheTtlSsh = 60 * 50; - pinentryPackage = pkgs.pinentry-curses; + pinentry.package = pkgs.pinentry-curses; enableSshSupport = true; sshKeys = ["4077454831C98FE4BE4A9C167186C5A63615B790"]; }; |