From b21ec315ba67fd687d4ebda5101f5262179be3f1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 16 May 2025 07:14:52 -0500 Subject: [PATCH] fixing port --- modules/nocodb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nocodb.nix b/modules/nocodb.nix index 8d5a275..c0acc32 100644 --- a/modules/nocodb.nix +++ b/modules/nocodb.nix @@ -15,7 +15,7 @@ with lib; forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:${toString config.services.nocodb.environments.PORT}"; + proxyPass = "http://127.0.0.1:9989"; proxyWebsockets = true; }; };