summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-06-19 19:39:22 +0200
committerSilas Schöffel <sils@sils.li>2025-06-19 19:39:22 +0200
commit30921135045a85f9f35d108cf2627aae5275d68f (patch)
treee206f720a0e39b1dcf409c603215a2e719599902
parentmako: move settings to settings attrs (diff)
downloadnix-config-30921135045a85f9f35d108cf2627aae5275d68f.zip
gpg: rename pinentryPackage to pinentry.package
-rw-r--r--hm/gpg/default.nix2
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"];
   };