diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-29 19:33:48 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-29 19:47:31 +0100 |
| commit | 5681776517fa342358928e65fcc1c29d67f93d40 (patch) | |
| tree | d04bf6335a1942e1e6f6f74122bdea24e3dd01be /config/services | |
| parent | 57a55e1a50cff862c85513a16f3bdd788df623f3 (diff) | |
cgit: enable sections
Diffstat (limited to 'config/services')
| -rw-r--r-- | config/services/git/web/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/services/git/web/default.nix b/config/services/git/web/default.nix index 2688d7b..8e9256e 100644 --- a/config/services/git/web/default.nix +++ b/config/services/git/web/default.nix @@ -22,6 +22,7 @@ in root-desc = "by Quentin Aristote"; source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; clone-prefix = "https://git.aristote.fr"; + section-from-path = 1; }; }; services.nginx.virtualHosts."${virtualHost}".locations."= /git/cgit.css".alias = |
