Make keychain server-specific

This commit is contained in:
Bastian Gruber 2026-01-28 18:23:51 +00:00
parent 52422dc730
commit c2b3938038
Signed by: gruberb
GPG key ID: 426AF1CBA0530691

View file

@ -22,7 +22,8 @@ fish_add_path -g /opt/homebrew/sbin
{{- end }} {{- end }}
{{- if eq .machine "server" }} {{- if eq .machine "server" }}
# Server-specific: Helix runtime # Server-specific: SSH key caching and Helix runtime
keychain --eval --quiet id_ed25519 | source
set -gx HELIX_RUNTIME /usr/local/lib/helix/runtime set -gx HELIX_RUNTIME /usr/local/lib/helix/runtime
{{- end }} {{- end }}