From 0ba493e1396fe7bc5f9a89f8a0f6857428d38128 Mon Sep 17 00:00:00 2001 From: dusk Date: Sun, 27 Jul 2025 14:00:08 +0300 Subject: [PATCH] nix: modules: knot: make git advertise push options Change-Id: knxrqwrvtmylopmumymzxsqorunklwxz Signed-off-by: dusk Change-Id: knxrqwrvtmylopmumymzxsqorunklwxz --- nix/modules/knot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix index 8b4bb37..3dd510d 100644 --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -113,6 +113,8 @@ in [user] name = Git User email = git@example.com + [receive] + advertisePushOptions = true EOF chown -R ${cfg.gitUser}:${cfg.gitUser} "${cfg.stateDir}" ''; -- 2.43.0