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 = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue