please work
This commit is contained in:
parent
b67ced12a4
commit
2675b6ae0d
1 changed files with 6 additions and 3 deletions
|
@ -53,9 +53,12 @@
|
|||
xdg.configFile.git = {
|
||||
source = ../../config/git;
|
||||
};
|
||||
services.gpg-agent.extraConfig = ''
|
||||
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
||||
'';
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
# bare minimum
|
||||
|
|
Loading…
Reference in a new issue