diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix index 32ebd2ea..db7d878e 100644 --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -194,6 +194,8 @@ in email = git@example.com [receive] advertisePushOptions = true + [uploadpack] + allowFilter = true EOF ${setMotd} chown -R ${cfg.gitUser}:${cfg.gitUser} "${cfg.stateDir}"