diff --git a/modules/grist.nix b/modules/grist.nix index 3e20bb9..8d6b99d 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -25,6 +25,7 @@ with lib; image = "docker.io/gristlabs/grist:latest"; environment = { # The URL of given OIDC provider. Used for redirects, among other things. + DEBUG = "1"; GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/"; GRIST_OIDC_IDP_SCOPES = "openid profile email"; # Client ID, as configured with the OIDC provider.