account for freebsd VMs
parent
a62e8918b1
commit
be90586d8a
|
@ -1,5 +1,7 @@
|
||||||
{{- if (eq .chezmoi.hostname "hydrogen") -}}
|
{{- if (eq .chezmoi.hostname "hydrogen") -}}
|
||||||
{{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }}
|
{{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }}
|
||||||
|
{{- else if (hasSuffix "freebsd" .chezmoi.hostname) -}}
|
||||||
|
{{ (bitwardenAttachment "hydrogen.pub" "selfhosted-ssh-keys") }}
|
||||||
{{- else if (eq .chezmoi.hostname "lithium") -}}
|
{{- else if (eq .chezmoi.hostname "lithium") -}}
|
||||||
{{ (bitwardenAttachment "lithium.pub" "selfhosted-ssh-keys") }}
|
{{ (bitwardenAttachment "lithium.pub" "selfhosted-ssh-keys") }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue