From d3b458f2aaa69de8c017fc2cf071a3e49492a8cf Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 4 Feb 2025 23:52:13 +0100 Subject: [PATCH] disable repo archive download --- forgejo.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/forgejo.nix b/forgejo.nix index b65c074..ed32150 100644 --- a/forgejo.nix +++ b/forgejo.nix @@ -60,6 +60,9 @@ in DEFAULT_USER_VISIBILITY = "private"; DEFAULT_ORG_VISIBILITY = "private"; }; + repository = { + DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true; + }; "service.explore" = { DISABLE_USERS_PAGE = true; };