summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-05-03 22:02:58 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-05-03 22:07:24 +0200
commit7ec4a406a554a2e32e8a8c4bf2b98eda5729799d (patch)
tree2f919d70a68d92db8b4d9b24e336696722473a5a /config/services
parent23909db561e4e570b0da101bbacca10265692011 (diff)
downloadhephaistos-7ec4a406a554a2e32e8a8c4bf2b98eda5729799d.tar.gz
hephaistos-7ec4a406a554a2e32e8a8c4bf2b98eda5729799d.tar.bz2
hephaistos-7ec4a406a554a2e32e8a8c4bf2b98eda5729799d.tar.xz
cgit: enable snapshots
Diffstat (limited to 'config/services')
-rw-r--r--config/services/git/web/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
};
};