diff options
author | EuAndreh <eu@euandre.org> | 2021-02-27 23:22:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-27 23:22:32 -0300 |
commit | ddcffe0c2f679497cbf7552e58f1547b78639f38 (patch) | |
tree | 5671a1f141965710091c3044d1221c48873bc47a | |
parent | TODOs.md: Add link to tutorial on configuring a mail server (diff) | |
download | server-ddcffe0c2f679497cbf7552e58f1547b78639f38.tar.gz server-ddcffe0c2f679497cbf7552e58f1547b78639f38.tar.xz |
nixvps/configuration.nix: Expose only tar.gz, not zip
-rw-r--r-- | servers/nixvps/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/nixvps/configuration.nix b/servers/nixvps/configuration.nix index 617bdb1..8564fbf 100644 --- a/servers/nixvps/configuration.nix +++ b/servers/nixvps/configuration.nix @@ -142,7 +142,7 @@ in { max-repodesc-length=120 remove-suffix=1 root-title=EuAndreh's repositories - snapshots=tar.gz zip + snapshots=tar.gz source-filter=${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py about-filter=${pkgs.cgit}/lib/cgit/filters/about-formatting.sh scan-path=/srv/git |