fix(git): use correct ssh key #59
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
user = {
|
user = {
|
||||||
signingKey = "~/.ssh/id_buffet";
|
signingKey = "~/.ssh/id_buffet_ecdsa";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue