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 = {
|
xdg.configFile.git = {
|
||||||
source = ../../config/git;
|
source = ../../config/git;
|
||||||
};
|
};
|
||||||
services.gpg-agent.extraConfig = ''
|
services.gpg-agent = {
|
||||||
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
enable = true;
|
||||||
'';
|
extraConfig = ''
|
||||||
|
pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# bare minimum
|
# bare minimum
|
||||||
|
|
Loading…
Reference in a new issue