From 30921135045a85f9f35d108cf2627aae5275d68f Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 19 Jun 2025 19:39:22 +0200 Subject: gpg: rename pinentryPackage to pinentry.package --- hm/gpg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }; -- cgit 1.4.1