From ff2e34d880c2a246c0f6a4a3e345fb80c35cfc0f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 10 Oct 2025 12:50:32 -0400 Subject: update cgit settings --- modules/git/cgit.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/git/cgit.nix') diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 6193145..ead33f7 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -11,10 +11,8 @@ in { settings = { root-title = "compromyse: CGIT"; root-desc = "Compromyse's Git Repositories"; - clone-url = "https://git.compromyse.xyz/$CGIT_REPO_URL"; - enable-commit-graph = 1; - enable-log-filecount = 1; - enable-log-linecount = 1; + enable-follow-links = true; + source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; }; nginx.virtualHost = "git.compromyse.xyz"; }; -- cgit v1.2.3