From 698c55d89f17e8d40bf25183db363bcc379b02a5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 13 Apr 2025 01:53:43 +0300 Subject: [PATCH] fix: fix jj config --- modules/common/jujutsu.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; }; })];