fix: jj sign commits

This commit is contained in:
2026-02-03 21:31:40 -08:00
parent b9709dd655
commit 46460039af
2 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,14 @@
{ {
enable = true; enable = true;
settings.user = { settings = {
user = {
email = "luca_lise@icloud.com"; email = "luca_lise@icloud.com";
name = "lucalise"; name = "lucalise";
}; };
signing = {
behavior = "own";
backend = "ssh";
key = "~/.ssh/id_ed25519.pub";
};
};
} }

View File

@@ -33,6 +33,7 @@ in
"rust" "rust"
"kubectl" "kubectl"
"helm" "helm"
"jj"
]; ];
}; };
plugins = [ plugins = [