From 7eef72712cef5d059288f1bac568c2dd70b43cf8 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Jan 2023 16:20:17 -0800 Subject: [PATCH] ...Same for workers --- objectifier-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectifier-module.nix b/objectifier-module.nix index d22476d..9c4fd92 100644 --- a/objectifier-module.nix +++ b/objectifier-module.nix @@ -80,7 +80,7 @@ in { in (concatStringsSep " " [ "gunicorn" bindClause - "--workers ${cfg.workers}" + "--workers ${toString cfg.workers}" "-k uvicorn.workers.UvicornWorker" "--pid /run/objectifier.pid" "objectifier:app"