Merge pull request 'fix(git): use correct ssh key' (#59) from fix-git-ssh-sign-key into main
Reviewed-on: #59
This commit is contained in:
commit
0f5fa44d6b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
user = {
|
||||
signingKey = "~/.ssh/id_buffet";
|
||||
signingKey = "~/.ssh/id_buffet_ecdsa";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue