From 3715d08c3144d3275edcc0c26278de5ed377f1e6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 16:11:55 -0500 Subject: [PATCH] sucky suck --- modules/grist.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/grist.nix b/modules/grist.nix index c7f5377..a666845 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -43,6 +43,7 @@ with lib; # Force users to login (disable anonymous access) # 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}"; # Default email for the "Admin" account GRIST_DEFAULT_EMAIL = "chris@tfcconnection.org";