fix server pinentry
This commit is contained in:
parent
2e3403da05
commit
4f18aa1e7d
1 changed files with 8 additions and 0 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in a new issue