account for freebsd VMs

main
Andrew Coleman 2021-08-16 16:44:27 -04:00
parent a62e8918b1
commit be90586d8a
1 changed files with 2 additions and 0 deletions

View File

@ -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 -}}