From 1b2b53fbf608e9431bae7032dcff090e10c6aadb Mon Sep 17 00:00:00 2001 From: xunuwu Date: Wed, 28 May 2025 17:29:45 +0200 Subject: [PATCH] hopefully fix jj commit signing --- home/profiles/terminal/programs/jujutsu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profiles/terminal/programs/jujutsu.nix b/home/profiles/terminal/programs/jujutsu.nix index d14cc54..4ec43ff 100644 --- a/home/profiles/terminal/programs/jujutsu.nix +++ b/home/profiles/terminal/programs/jujutsu.nix @@ -7,7 +7,7 @@ name = config.programs.git.userName; }; signing = { - behaviour = "own"; + behavior = "own"; backend = "ssh"; key = config.programs.git.signing.key; };