From 434f8c20a8b8a4f1e1db4761e98a2cc75bbd8e0a Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 22:05:20 -0500 Subject: [PATCH] 190 current 2025-10-09 22:00:15 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/uptime-kuma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/uptime-kuma/default.nix b/modules/homelab/services/uptime-kuma/default.nix index dd1925a..7c0d954 100644 --- a/modules/homelab/services/uptime-kuma/default.nix +++ b/modules/homelab/services/uptime-kuma/default.nix @@ -59,7 +59,7 @@ in enable = true; settings = { - PORT = ${toString cfg.port}; + PORT = toString cfg.port; }; };