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 = { 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 = {