diff --git a/apps/nogui/gpg.nix b/apps/nogui/gpg.nix index dac104358fc9ea3ce41b93e5632d9a6a1206cbd6..96ab6d7edda17bd56613615ddfed84d85a7202ad 100644 --- a/apps/nogui/gpg.nix +++ b/apps/nogui/gpg.nix @@ -32,6 +32,5 @@ services.gpg-agent = { enable = true; enableExtraSocket = true; enableSshSupport = true; - pinentryPackage = pkgs.pinentry-gnome3; }; }