From 6d0ca91b686f3b9cb7c2fd34e00a424e0e927b29 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 24 Apr 2022 21:24:54 +0200 Subject: [PATCH] convert port correctly --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ''; }; };