diff options
author | Rory&::Emma <root@rory.gay> | 2024-02-05 12:14:17 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-02-05 12:14:17 +0000 |
commit | 3e96437bc60e5c7a18913afe5764f649ea259343 (patch) | |
tree | 8cde0c0c86a26ca2d964afb19962c742b97f7a8e /host/Rory-nginx/services/cgit.nix | |
parent | Update from server (diff) | |
download | Rory-Open-Architecture-3e96437bc60e5c7a18913afe5764f649ea259343.tar.xz |
Update from server
Diffstat (limited to 'host/Rory-nginx/services/cgit.nix')
-rw-r--r-- | host/Rory-nginx/services/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/cgit.nix b/host/Rory-nginx/services/cgit.nix index 6c8140c..686da78 100644 --- a/host/Rory-nginx/services/cgit.nix +++ b/host/Rory-nginx/services/cgit.nix @@ -9,6 +9,7 @@ let base_cgit_config = { css = "/cgit.css"; logo = "/cgit.png"; favicon = "/favicon.ico"; + readme = ":README.MD"; about-filter = "${pkgs.cgit-pink}/lib/cgit/filters/about-formatting.sh"; source-filter = "${pkgs.cgit-pink}/lib/cgit/filters/syntax-highlighting.py"; clone-url = (lib.concatStringsSep " " [ |