fix(git): use correct ssh key

This commit is contained in:
buffet 2024-07-15 18:41:05 +02:00
parent 08f46c76e8
commit 6f148818d7

View file

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