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 = [