fix: change signing key to be the new key
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
signing = {
|
signing = {
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
format = "ssh";
|
format = "ssh";
|
||||||
key = "~/.ssh/commits.id_rsa.pub";
|
key = "~/.ssh/commits.id_ed25519.pub";
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init = {
|
init = {
|
||||||
|
|||||||
Reference in New Issue
Block a user