diff --git a/flake.nix b/flake.nix index 4458877..9381465 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ ExecStart = '' ${gunicorn}/bin/gunicorn "raincloud:app('${raincloud_config}')" \ - --bind=${cfg.address}:${cfg.port} + --bind=${cfg.address}:${toString cfg.port} ''; }; };