home/ssh: use correct ssh key for github
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"github" = {
|
||||
user = "git";
|
||||
hostname = "github.com";
|
||||
identityFile = [ "~/.ssh/id_ed25519" ];
|
||||
identityFile = [ "~/.ssh/id_rsa" ];
|
||||
};
|
||||
"github-nordicsemi" = {
|
||||
user = "git";
|
||||
|
Reference in New Issue
Block a user