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
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||||
{{ else if eq .chezmoi.os "linux" -}}
|
{{ else if eq .chezmoi.os "linux" -}}
|
||||||
# Linux contents
|
# 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
|
pinentry-program /usr/bin/pinentry-qt
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue