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