diff --git a/machines/storage01/atticd.nix b/machines/storage01/atticd.nix index 014a21d..a11236d 100644 --- a/machines/storage01/atticd.nix +++ b/machines/storage01/atticd.nix @@ -37,7 +37,7 @@ in { storage = { type = "s3"; region = "garage"; - bucket = "cachix-dgnum"; + bucket = "attic-dgnum"; endpoint = "https://s3.dgnum.eu"; }; }; @@ -50,7 +50,13 @@ in { enableACME = true; forceSSL = true; - locations."/".proxyPass = "http://127.0.0.1:9090"; + locations."/" = { + proxyPass = "http://127.0.0.1:9090"; + + extraConfig = '' + client_max_body_size 100M; + ''; + }; }; };