diff --git a/dot_ssh/config.tmpl b/dot_ssh/config.tmpl index 2b9926a..eac09a4 100644 --- a/dot_ssh/config.tmpl +++ b/dot_ssh/config.tmpl @@ -8,6 +8,10 @@ Host * UseKeychain yes IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" {{- end }} +{{ if eq .chezmoi.os "linux" }} +Host * + IdentityAgent ~/.1password/agent.sock +{{- end }} # Privat Include ~/.ssh/config.d/private.conf