diff options
author | EuAndreh <eu@euandre.org> | 2020-08-23 09:21:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-23 09:21:45 -0300 |
commit | 209874d973e923e6279037da6a114ecaa1dd581d (patch) | |
tree | 8a3a5856f78d5e812d680a7bf4c75f6cb997545e | |
parent | add gotop package (diff) | |
download | server-209874d973e923e6279037da6a114ecaa1dd581d.tar.gz server-209874d973e923e6279037da6a114ecaa1dd581d.tar.xz |
Fix repo.readme config and increase description length to 120
-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 |