From 7ec4a406a554a2e32e8a8c4bf2b98eda5729799d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 3 May 2026 22:02:58 +0200 Subject: cgit: enable snapshots --- config/services/git/web/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'config/services/git/web') diff --git a/config/services/git/web/default.nix b/config/services/git/web/default.nix index c9e63c3..6b044a9 100644 --- a/config/services/git/web/default.nix +++ b/config/services/git/web/default.nix @@ -32,6 +32,7 @@ in source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; clone-prefix = "https://git.aristote.fr"; section-from-path = 1; + snapshots = "tar.gz tar.bz2 tar.xz"; # for nix support enable-index-owner = 0; }; }; -- cgit v1.3.1