diff --git a/hosts/architect/minio.nix b/hosts/architect/minio.nix index a4fc127..fa413da 100644 --- a/hosts/architect/minio.nix +++ b/hosts/architect/minio.nix @@ -13,8 +13,10 @@ in { locations."/" = { proxyPass = "http://127.0.0.1:9000"; extraConfig = '' + client_max_body_size 500M; allow 10.0.0.0/24; - ${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg} + ${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg } + allow ${network.manduria-wg}; deny all; ''; };