From ea1bf3b0e36fe7bfe9e13bde88bf039e9bcf28f7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 10:04:17 -0500 Subject: [PATCH] true --- modules/grist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grist.nix b/modules/grist.nix index 59340ea..faef203 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -42,7 +42,7 @@ with lib; # Forces Grist to only use a single team called 'Example' # GRIST_SINGLE_ORG: my-grist-team # alternatively, GRIST_ORG_IN_PATH: "true" for multi-team operation # Force users to login (disable anonymous access) - GRIST_FORCE_LOGIN = true; + GRIST_FORCE_LOGIN = "true"; # Base URL Grist redirects to when navigating. Change this to your domain. GRIST_OIDC_SP_HOST = "https://${dn}"; APP_HOME_URL = "https://${dn}";