fix(gnupg): set pinentry path on macOS

This commit is contained in:
winston 2022-10-19 05:20:07 +02:00
parent 9cc1d4be28
commit a2e9bc6633
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -3,6 +3,6 @@ default-cache-ttl 60
max-cache-ttl 120 max-cache-ttl 120
default-cache-ttl-ssh 60 default-cache-ttl-ssh 60
max-cache-ttl-ssh 120 max-cache-ttl-ssh 120
{{- if eq .chezmoi.os "darwin" -}}
pinentry-program /opt/homebrew/bin/pinentry-mac pinentry-program /opt/homebrew/bin/pinentry-mac
{{- end -}}