home/ssh: use correct ssh key for github

This commit is contained in:
2025-04-25 14:54:04 +02:00
parent 039822db24
commit b1d84ce0c6

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