aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/tente
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-12-30 09:39:07 +0100
committerMartin Fischer <martin@push-f.com>2025-12-30 09:47:02 +0100
commitac134acb64e1ede86733602b7c467a7e9a0ee86b (patch)
treeed2b47031f720a33fcfb4280a12483cc65c4853c /nixos/hosts/tente
parentff54a7db95fddf578658f6cb1896d5910ff053b1 (diff)
tweak(tente): enable symbolic-ref command in gitolite
Diffstat (limited to 'nixos/hosts/tente')
-rw-r--r--nixos/hosts/tente/gitolite.nix2
1 files changed, 2 insertions, 0 deletions
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
'';