1
Fork 0
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:
RGBCube 2025-04-13 01:53:43 +03:00
parent 01985405f0
commit 698c55d89f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -42,9 +42,9 @@ in {
git.fetch = [ "origin" "upstream" "rad" ]; git.fetch = [ "origin" "upstream" "rad" ];
git.push = "origin"; # TODO: Find a way to make this become rad when origin is up to date. 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.backend = "ssh";
signing.key = "~/.ssh/id"; signing.behavior = "own";
signing.key = "~/.ssh/id";
}; };
}; };
})]; })];