f442d6fdc7
- /home/dot_ssh/run_onchanges_after_link-vagrant-authorized-keys.tmpl - /home/dot_ssh/private_config.tmpl - /home/dot_ssh/id_rsa.tmpl - /home/.chezmoitemplates/secrets/ssh-id-rsa
3 lines
221 B
Cheetah
3 lines
221 B
Cheetah
{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "ssh-id-rsa")) -}}
|
|
{{ includeTemplate "secrets/ssh-id-rsa" | decrypt -}}
|
|
{{ end -}}
|