diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index be4c416..9c93ec4 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -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"; }; }; })];