emacs pinentry
This commit is contained in:
parent
513b62e6e6
commit
664ff9e1ea
1 changed files with 3 additions and 2 deletions
|
@ -95,9 +95,10 @@
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#pinentryPackage = null;
|
#pinentryPackage = null;
|
||||||
#settings = {
|
settings = {
|
||||||
# pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe";
|
# pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe";
|
||||||
#};
|
allow-loopback-entry = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# bare minimum
|
# bare minimum
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue