diff --git a/flake.nix b/flake.nix index fdea70c..2153c59 100644 --- a/flake.nix +++ b/flake.nix @@ -91,6 +91,7 @@ ExecStart = '' ${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \ + --timeout 300 --bind=${cfg.address}:${toString cfg.port} ''; };