diff --git a/nix/module.nix b/nix/module.nix index f6a7b64..e1bdb6e 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -128,7 +128,7 @@ in }; script = '' - PUBLIC_ORIGIN=https://${cfg.domain} ORIGIN=https://${cfg.domain} PORT=${toString cfg.webAppPort} ${pkgs.nodejs_22}/bin/node ${cfg.package}/web-app + ORIGIN=https://${cfg.domain} PORT=${toString cfg.webAppPort} ${pkgs.nodejs_22}/bin/node ${cfg.package}/web-app ''; };