2023-01-25 23:08:57 -08:00
|
|
|
{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "ssh-config")) -}}
|
|
|
|
{{ includeTemplate "secrets/ssh-config" | decrypt -}}
|
|
|
|
{{ else if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "ssh-config-fallback")) -}}
|
|
|
|
{{ includeTemplate "secrets/ssh-config-fallback" }}
|
|
|
|
{{- end -}}
|