Update .chezmoi.toml

This commit is contained in:
punkfairie 2024-04-20 10:08:34 -07:00
parent b29f148f49
commit fffaf6718d
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -12,7 +12,9 @@ symmetric = true
args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache"]
[data]
gpgKey = {{ output "get-gpg-key" | trim | quote }}
{{ if lookPath "get-gpg-key" -}}
gpgKey = {{ output "get-gpg-key" | trim | quote }}
{{- end }}
passphrase = {{ $passphrase | quote }}
[data.drapeau]