diff options
-rw-r--r-- | servers/nixvps/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/servers/nixvps/configuration.nix b/servers/nixvps/configuration.nix index ea1a30d..a952600 100644 --- a/servers/nixvps/configuration.nix +++ b/servers/nixvps/configuration.nix @@ -121,13 +121,15 @@ in { enable-index-owner=0 enable-log-filecount=1 enable-log-linecount=1 + enable-html-serving=1 root-desc=Patches welcome! + readme=:README.en.md readme=:README.md readme=:README max-repodesc-length=120 remove-suffix=1 root-title=EuAndreh's repositories - snapshots=tar.gz + snapshots=tar.xz source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh scan-path=/srv/git |