Update .chezmoi.toml
This commit is contained in:
parent
b29f148f49
commit
fffaf6718d
1 changed files with 3 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue