fix: change signing key to be the new key

This commit is contained in:
2025-08-18 00:59:30 -07:00
parent 23bb472741
commit d6bc118d05

View File

@@ -5,7 +5,7 @@
signing = {
signByDefault = true;
format = "ssh";
key = "~/.ssh/commits.id_rsa.pub";
key = "~/.ssh/commits.id_ed25519.pub";
};
extraConfig = {
init = {