Fixing mac pinentry
This commit is contained in:
parent
2626a55079
commit
b176c83374
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
home.file.gpg-agent = {
|
||||
target = ".gnupg/gpg-agent.conf";
|
||||
text = ''
|
||||
pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/bin/pinentry
|
||||
pinentry-program ${builtins.getEnv "HOME"}/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
|
||||
default-cache-ttl 86400
|
||||
max-cache-ttl 86400
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue