From b17fbcd75eea26b084e13b35dde641a0113799f1 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 17 Jan 2024 13:18:32 -0800 Subject: [PATCH] port toString --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 14d02bd..667e694 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -117,7 +117,7 @@ in { recommendedProxySettings = true; virtualHosts."${cfg.hostname}" = { locations."/" = { - proxyPass = "http://localhost:${cfg.port}"; + proxyPass = "http://localhost:${toString cfg.port}"; proxyWebsockets = true; }; };