From 1cd503ee97befa819740592435847c5784beb2c8 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Mon, 1 Jun 2026 14:14:55 +0200 Subject: [PATCH] feat: try to change config for matrix to work with sso --- config/matrix-synapse.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/matrix-synapse.nix b/config/matrix-synapse.nix index d60e516..274d964 100644 --- a/config/matrix-synapse.nix +++ b/config/matrix-synapse.nix @@ -90,8 +90,8 @@ in # }; jwt_config = { enabled = true; - secret = sec.jwt_secret; - algorithm = sec.jwt_algo; + secret = sec.oidc_client_secret; # jwt_secret; + algorithm = "RS256"; # sec.jwt_algo; }; oidc_providers = [ {