From ce44ffd2617be0a85b7a554b2da116d28f4f7da4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 10:02:18 -0500 Subject: [PATCH] no guest account for grist --- modules/grist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grist.nix b/modules/grist.nix index a576bae..6d7dadb 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}";