fix: jj sign commits
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.user = {
|
settings = {
|
||||||
email = "luca_lise@icloud.com";
|
user = {
|
||||||
name = "lucalise";
|
email = "luca_lise@icloud.com";
|
||||||
|
name = "lucalise";
|
||||||
|
};
|
||||||
|
signing = {
|
||||||
|
behavior = "own";
|
||||||
|
backend = "ssh";
|
||||||
|
key = "~/.ssh/id_ed25519.pub";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ in
|
|||||||
"rust"
|
"rust"
|
||||||
"kubectl"
|
"kubectl"
|
||||||
"helm"
|
"helm"
|
||||||
|
"jj"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|||||||
Reference in New Issue
Block a user