home/ssh: use correct ssh key for github

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 14:54:04 +02:00
parent 039822db24
commit b1d84ce0c6
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -9,7 +9,7 @@
"github" = {
user = "git";
hostname = "github.com";
identityFile = [ "~/.ssh/id_ed25519" ];
identityFile = [ "~/.ssh/id_rsa" ];
};
"github-nordicsemi" = {
user = "git";