mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
13 lines
306 B
Cheetah
13 lines
306 B
Cheetah
|
Host github.com
|
||
|
AddKeysToAgent yes
|
||
|
IdentityFile /run/agenix/git/github_personal
|
||
|
{{ if eq .chezmoi.hostname "kestrel" }}
|
||
|
Host torus
|
||
|
AddKeysToAgent yes
|
||
|
IdentityFile /run/agenix/ssh/kestrel/id_ed25519
|
||
|
|
||
|
Host bulwark
|
||
|
AddKeysToAgent yes
|
||
|
IdentityFile /run/agenix/ssh/kestrel/id_ed25519
|
||
|
{{- end }}
|