diff --git a/home/profiles/terminal/programs/jujutsu.nix b/home/profiles/terminal/programs/jujutsu.nix index 6db52c9..e52baff 100644 --- a/home/profiles/terminal/programs/jujutsu.nix +++ b/home/profiles/terminal/programs/jujutsu.nix @@ -6,6 +6,11 @@ email = config.programs.git.userEmail; name = config.programs.git.userName; }; + signing = { + sign-all = true; + backend = "ssh"; + key = config.programs.git.signing.key; + }; }; }; }