From f6fcdf21a7576685d1a4ddc0ef417c1214730b46 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 21 Nov 2024 18:59:56 +0100 Subject: [PATCH] fix(photo01): unbound variable name --- machines/photo01/photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/photo01/photoprism.nix b/machines/photo01/photoprism.nix index e0a7139..e589e93 100644 --- a/machines/photo01/photoprism.nix +++ b/machines/photo01/photoprism.nix @@ -46,7 +46,7 @@ forceSSL = true; serverAliases = [ ]; locations."/" = { - proxyPass = "http://localhost:${toString port}/"; + proxyPass = "http://localhost:2342/"; proxyWebsockets = true; }; };