gpg: fix pinentry

This commit is contained in:
Sam W 2024-09-22 14:18:32 +01:00
parent 36ae4c738d
commit c38a6da542
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@
services.gpg-agent = {
enable = !pkgs.stdenv.isDarwin;
enableSshSupport = true;
pinentryPackage = "qt"; # for plasma
pinentryPackage = pkgs.pinentry-all;
};
}