setup emacs pinentry

This commit is contained in:
Sakooooo 2024-07-14 20:46:48 +04:00
parent 4668830468
commit 1f5bfb2223
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -128,6 +128,10 @@
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryPackage = pkgs.pinentry-gtk2; pinentryPackage = pkgs.pinentry-gtk2;
settings = {
allow-emacs-pinentry = "";
allow-loopback-pinentry = "";
};
# enableSSHSupport = true; # enableSSHSupport = true;
}; };