diff options
-rw-r--r-- | vps-configuration.env.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 01f2463..1e737d0 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -257,12 +257,11 @@ in { enable-blame=1 enable-commit-graph=1 enable-follow-links=1 - enable-index-links=1 enable-index-owner=0 enable-log-filecount=1 enable-log-linecount=1 - readme=README.md - repo.readme=README.md + max-repodesc-length=120 + repo.readme=:README.md remove-suffix=1 root-title=EuAndreh's git repositories source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py |