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; }; };