From e9edd2a8ad4d80b6eed3e7edd27dab974b05c4a8 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 13 Nov 2025 08:29:27 +0000 Subject: [PATCH] nix: enable allowFilter in knot module Signed-off-by: oppiliappan --- nix/modules/knot.nix | 2 ++ 1 file(s) changed, 2 insertion(s)(+), 0 deletion(s)(-) diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -194,6 +194,8 @@ name = Git User email = git@example.com [receive] advertisePushOptions = true + [uploadpack] + allowFilter = true EOF ${setMotd} chown -R ${cfg.gitUser}:${cfg.gitUser} "${cfg.stateDir}" -- tangled.sh