dotfiles/private_dot_ssh/private_authorized_keys.tmpl

6 lines
235 B
Cheetah

{{- if (eq .chezmoi.hostname "hydrogen") -}}
{{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }}
{{- else if (eq .chezmoi.hostname "lithium") -}}
{{ (bitwardenAttachment "lithium.pub" "selfhosted-ssh-keys") }}
{{- end -}}