From 39ad74a9384e275637539d39690c6425d2246b18 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 22:01:55 -0500 Subject: [PATCH] grr --- modules/grist.nix | 2 +- modules/nextcloud.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/grist.nix b/modules/grist.nix index 9fc8c46..3cd9967 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -25,7 +25,7 @@ with lib; image = "docker.io/gristlabs/grist:latest"; environment = { # The URL of given OIDC provider. Used for redirects, among other things. - GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration/"; + GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/.well-known/openid-configuration/"; GRIST_OIDC_IDP_SCOPES = "openid profile email"; # Client ID, as configured with the OIDC provider. GRIST_OIDC_IDP_CLIENT_ID = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz"; diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 236e7c9..b7aa771 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -26,7 +26,7 @@ with lib; extraApps = with config.services.nextcloud.package.packages.apps; { # List of apps we want to install and are already packaged in # https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json - inherit calendar contacts collectives recognize deck integration_openai mail groupfolders memories tasks user_oidc app_api previewgenerator richdocuments; + inherit calendar contacts collectives recognize deck integration_openai mail groupfolders memories tasks oidc app_api previewgenerator richdocuments; # Custom app example. # socialsharing_telegram = pkgs.fetchNextcloudApp rec { # url =