From ac134acb64e1ede86733602b7c467a7e9a0ee86b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 30 Dec 2025 09:39:07 +0100 Subject: tweak(tente): enable symbolic-ref command in gitolite --- nixos/hosts/tente/gitolite.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/hosts/tente') diff --git a/nixos/hosts/tente/gitolite.nix b/nixos/hosts/tente/gitolite.nix index b7fba1a..b806154 100644 --- a/nixos/hosts/tente/gitolite.nix +++ b/nixos/hosts/tente/gitolite.nix @@ -27,6 +27,8 @@ in $RC{UMASK} = 0027; $RC{GIT_CONFIG_KEYS} = 'cgit.* gitweb.*'; + push(@{$RC{ENABLE}}, 'symbolic-ref'); + # not working for some reason? still getting `FATAL: git config 'gitweb.description' not allowed` if gitweb.* is omitted in GIT_CONFIG_KEYS # push( @{$RC{ENABLE}}, 'cgit' ); # update description files instead of gitweb.description config ''; -- cgit v1.3.1