fix(git): use correct ssh key
This commit is contained in:
parent
08f46c76e8
commit
6f148818d7
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