From 6d420ab85a2ba93da0d618dfcaf527414413da87 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 11 Jun 2022 12:06:54 +0200 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2153c59..c5f6590 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,7 @@ ExecStart = '' ${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \ - --timeout 300 + --timeout 300 \ --bind=${cfg.address}:${toString cfg.port} ''; };