fix gitea image registry

This commit is contained in:
Joakim Repomaa
2026-03-07 13:28:44 +02:00
parent a833701fdb
commit 182459dd24

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;