mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
fix: fix jj config
This commit is contained in:
parent
01985405f0
commit
698c55d89f
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ in {
|
|||
git.fetch = [ "origin" "upstream" "rad" ];
|
||||
git.push = "origin"; # TODO: Find a way to make this become rad when origin is up to date.
|
||||
|
||||
signing.sign-all = true;
|
||||
signing.backend = "ssh";
|
||||
signing.key = "~/.ssh/id";
|
||||
signing.behavior = "own";
|
||||
signing.key = "~/.ssh/id";
|
||||
};
|
||||
};
|
||||
})];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue