fix: jj sign commits
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user