diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-24 16:35:45 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-24 16:35:45 -0400 | 
| commit | c59848ed0cc6efc0790f2d40707c183a46b90ab9 (patch) | |
| tree | 2add8a43227636e04fbd913dc64b02cf51ab2be3 /modules | |
| parent | a342de640c56a559e32ca6a139218024a4370336 (diff) | |
cgit: specify section ordering
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit.nix | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 974b615..282fe52 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -37,6 +37,8 @@ in {        clone-prefix = "https://git.compromyse.xyz";        clone-url = "https://git.compromyse.xyz/$CGIT_REPO_URL"; +      sections = "flagship android cybersecurity me server archive" +        "mimetype.gif" = "image/gif";        "mimetype.html" = "text/html";        "mimetype.jpg" = "image/jpeg"; | 
