update flake

This commit is contained in:
Denis Lehmann 2022-06-12 13:24:56 +02:00
parent 2bd0a2db20
commit e43b7f3550

View file

@ -119,9 +119,9 @@
ExecStart = ''
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.secretKeyPath}', '${cfg.redisUrl}', '${cfg.cloudName}')" \
--bind=${cfg.address}:${toString cfg.port} \
--workers ${toString cfg.numWorkers} \
--timeout ${toString cfg.workerTimeout} \
--bind=${cfg.address}:${toString cfg.port}
--timeout ${toString cfg.workerTimeout}
'';
};
};