diff options
Diffstat (limited to 'modules/git/cgit.nix')
| -rw-r--r-- | modules/git/cgit.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index ead33f7..c16f424 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -11,6 +11,9 @@ in { settings = { root-title = "compromyse: CGIT"; root-desc = "Compromyse's Git Repositories"; + enable-http-clone = true; + + enable-commit-graph = true; enable-follow-links = true; source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; }; |
