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; };