diff options
author | EuAndreh <eu@euandre.org> | 2021-07-25 15:22:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-25 15:22:58 -0300 |
commit | de30edd898f2d029982ee632575408671e454ba8 (patch) | |
tree | d5c8b13c558ceff3971fd3857edca2f854257452 | |
parent | aux/: Update (diff) | |
download | toph-de30edd898f2d029982ee632575408671e454ba8.tar.gz toph-de30edd898f2d029982ee632575408671e454ba8.tar.xz |
servers/nixvps/configuration.nix: Stop paginating list of repositories in CGit
-rw-r--r-- | servers/nixvps/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/nixvps/configuration.nix b/servers/nixvps/configuration.nix index 6ad9087..6893dfe 100644 --- a/servers/nixvps/configuration.nix +++ b/servers/nixvps/configuration.nix @@ -127,6 +127,7 @@ in { readme=:README.md readme=:README max-repodesc-length=120 + max-repo-count=999 remove-suffix=1 root-title=EuAndreh's repositories snapshots=tar.xz |