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;
settings.user = {
email = "luca_lise@icloud.com";
name = "lucalise";
settings = {
user = {
email = "luca_lise@icloud.com";
name = "lucalise";
};
signing = {
behavior = "own";
backend = "ssh";
key = "~/.ssh/id_ed25519.pub";
};
};
}

View File

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