home/ssh: use correct ssh key for github
This commit is contained in:
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user