fix(git): use correct ssh key #59

Merged
chef merged 1 commit from fix-git-ssh-sign-key into main 2024-07-15 16:45:16 +00:00
Showing only changes of commit 6f148818d7 - Show all commits

View file

@ -40,7 +40,7 @@
}; };
user = { user = {
signingKey = "~/.ssh/id_buffet"; signingKey = "~/.ssh/id_buffet_ecdsa";
}; };
}; };
}; };