From f9bc23a2fcb1ac39cd04ab36e88e8642391f32c8 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 4 Dec 2025 15:21:00 +0200 Subject: [PATCH] Hopefully fix gitea issue filling the storage --- nixosModules/gitea.ini | 2 ++ 1 file changed, 2 insertions(+) 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