Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
a2ed760fb4
commit
37970ee4e5
1 changed files with 6 additions and 6 deletions
|
@ -118,12 +118,12 @@
|
||||||
{{- writeToStdout "Chezmoi is running in headless environment.\n" -}}
|
{{- writeToStdout "Chezmoi is running in headless environment.\n" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
encryption: "age"
|
# encryption: "age"
|
||||||
age:
|
# age:
|
||||||
identity: "{{ .chezmoi.homeDir }}/.config/age/chezmoi.txt"
|
# identity: "{{ .chezmoi.homeDir }}/.config/age/chezmoi.txt"
|
||||||
recipient: "age1necy24c4lzxheey4p2m8v4q000n442wyv47qc640ulyxx9l8dpesdqv7ey"
|
# recipient: "age1necy24c4lzxheey4p2m8v4q000n442wyv47qc640ulyxx9l8dpesdqv7ey"
|
||||||
gpg:
|
# gpg:
|
||||||
recipient: "{{ $gpgKeyId }}"
|
# recipient: "{{ $gpgKeyId }}"
|
||||||
data:
|
data:
|
||||||
host:
|
host:
|
||||||
arch: "{{ .chezmoi.arch }}"
|
arch: "{{ .chezmoi.arch }}"
|
||||||
|
|
Loading…
Reference in a new issue