diff --git a/private_dot_ssh/private_authorized_keys.tmpl b/private_dot_ssh/private_authorized_keys.tmpl index edc90ac..4f63112 100644 --- a/private_dot_ssh/private_authorized_keys.tmpl +++ b/private_dot_ssh/private_authorized_keys.tmpl @@ -1,5 +1,7 @@ {{- if (eq .chezmoi.hostname "hydrogen") -}} {{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }} +{{- else if (hasSuffix "freebsd" .chezmoi.hostname) -}} +{{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }} {{- else if (eq .chezmoi.hostname "lithium") -}} {{ (bitwardenAttachment "lithium.pub" "selfhosted-ssh-keys") }} {{- end -}}