From 6a8cc01ec33956daa7c2c16fa24ab5277dac72c4 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 17 Feb 2026 04:39:38 +0000 Subject: [PATCH] nix: enable uploadpack.allowReachableSHA1InWant by default Signed-off-by: oppiliappan --- nix/modules/knot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix index 06a6caba..9afee6a2 100644 --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -239,6 +239,7 @@ in advertisePushOptions = true [uploadpack] allowFilter = true + allowReachableSHA1InWant = true EOF ${setMotd} chown -R ${cfg.gitUser}:${cfg.gitUser} "${cfg.stateDir}" -- 2.51.2