fix gitea image registry

This commit is contained in:
Joakim Repomaa
2026-03-07 13:28:44 +02:00
parent 3a93db3839
commit 80263ea4db

View File

@@ -46,7 +46,10 @@ in
services = {
webserver = {
enable = lib.mkDefault true;
vHosts.${fqdn}.locations."/".proxyPort = 3008;
vHosts.${fqdn}.locations."/" = {
proxyPort = 3008;
extraConfig = "client_max_body_size 0;";
};
};
postgresql = {
enable = lib.mkDefault true;