diff --git a/nixosModules/gitea.ini b/nixosModules/gitea.ini index 0f9a566..f5ec492 100644 --- a/nixosModules/gitea.ini +++ b/nixosModules/gitea.ini @@ -13,6 +13,8 @@ THEMES = bthree-dark [repository] ENABLE_PUSH_CREATE_USER = true DEFAULT_BRANCH = master +# For preventing the repo-archive filling entire drive +DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true [security] DISABLE_GIT_HOOKS = false