good neough
please work
This commit is contained in:
commit
15be2225fe
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@
|
||||||
# litearlly! ! ! ! ! !
|
# litearlly! ! ! ! ! !
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gtk2";
|
pinentryPackage = "gtk2";
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = 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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue