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