mirror of https://github.com/wlcx/home.git
gpg: fix pinentry
This commit is contained in:
parent
36ae4c738d
commit
c38a6da542
|
@ -26,6 +26,6 @@
|
|||
services.gpg-agent = {
|
||||
enable = !pkgs.stdenv.isDarwin;
|
||||
enableSshSupport = true;
|
||||
pinentryPackage = "qt"; # for plasma
|
||||
pinentryPackage = pkgs.pinentry-all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue