diff --git a/machines/fuuko/services/gitea.nix b/machines/fuuko/services/gitea.nix index b4a8d92..be8bb6b 100644 --- a/machines/fuuko/services/gitea.nix +++ b/machines/fuuko/services/gitea.nix @@ -67,5 +67,9 @@ in locations."/" = { proxyPass = "http://unix:/run/gitea/gitea.sock"; }; + + extraConfig = '' + client_max_body_size 1G; # Git LFS + ''; }; }