diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 12:50:32 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 12:50:32 -0400 | 
| commit | ff2e34d880c2a246c0f6a4a3e345fb80c35cfc0f (patch) | |
| tree | 11d181e285cd69ca923dcaca3fe5c1071c3fbe91 | |
| parent | 8756ad5e668b0ac6619d9b21309d9176ec344f65 (diff) | |
update cgit settings
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit.nix | 6 | 
1 files changed, 2 insertions, 4 deletions
| 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";    }; | 
