index — dots-the-third @ 0e4d3381be6a8bc70ae1808441aa737f0af87d5f

I don't need nix, I have a way worse solution!

ssh/.ssh/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
AddKeysToAgent yes
Host github.com
    HostName github.com
    IdentityFile ~/.ssh/github
Host codeberg.org
    HostName codeberg.org
    IdentityFile ~/.ssh/codeberg
Host gitlab.alpinelinux.org
    HostName gitlab.alpinelinux.org
    IdentityFile ~/.ssh/gitlab.alpinelinux