setup emacs pinentry
This commit is contained in:
parent
4668830468
commit
1f5bfb2223
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
settings = {
|
||||
allow-emacs-pinentry = "";
|
||||
allow-loopback-pinentry = "";
|
||||
};
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue