use windows pinentry for wsl gpg
This commit is contained in:
parent
f9ae5b0aa5
commit
38d2b683db
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,10 @@
|
||||||
};
|
};
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gnome3";
|
pinentryFlavor = null;
|
||||||
|
settings = {
|
||||||
|
pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# bare minimum
|
# bare minimum
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue