From 08402826bb76815d6416070d9254b2d2aef296f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 19 May 2025 10:09:50 +0200 Subject: [PATCH] hm/gpg-agent: use gpg-agent.pinentry.package --- nix/homeModules/common/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/gpg.nix b/nix/homeModules/common/gpg.nix index d9bde6c9..0140180f 100644 --- a/nix/homeModules/common/gpg.nix +++ b/nix/homeModules/common/gpg.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { services = { gpg-agent.defaultCacheTtl = 1209600; - gpg-agent.pinentryPackage = pkgs.pinentry-tty; + gpg-agent.pinentry.package = pkgs.pinentry-tty; }; programs.gpg.publicKeys = [