From 1a0122ba74e30148076c6faebd6724f17138a7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Thu, 8 May 2025 12:39:28 +0200 Subject: [PATCH] fix(jj): typo in commit signing behavior --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 3b78f3c..757572e 100644 --- a/home.nix +++ b/home.nix @@ -151,7 +151,7 @@ in { name = "Khaïs COLIN"; }; signing = { - behaviour = "own"; + behavior = "own"; backend = "ssh"; key = "/home/khais/.ssh/id_ed25519.pub"; };