fix server pinentry

This commit is contained in:
Simon Rieger 2023-08-28 18:27:39 +02:00
parent 2e3403da05
commit 4f18aa1e7d

View file

@ -5,5 +5,13 @@ max-cache-ttl 999999
pinentry-program /opt/homebrew/bin/pinentry-mac
{{ else if eq .chezmoi.os "linux" -}}
# Linux contents
{{ if eq .chezmoi.hostname "brothertec" -}}
# Linux Server contents
pinentry-program /usr/bin/pinentry
{{ else -}}
# Linux Desktop contents
pinentry-program /usr/bin/pinentry-qt
{{ end -}}
{{ end -}}