From f911ac7bad5bb4794103183f0549594c0a9f2de6 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 2 Dec 2023 15:35:02 +0100 Subject: [PATCH] fix(matrix-synapse): needs to defince oidc extras after NixOS module updates https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11-highlights --- hosts/nachtigall/apps/matrix/synapse.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/nachtigall/apps/matrix/synapse.nix b/hosts/nachtigall/apps/matrix/synapse.nix index 0999038..8c4d826 100644 --- a/hosts/nachtigall/apps/matrix/synapse.nix +++ b/hosts/nachtigall/apps/matrix/synapse.nix @@ -218,6 +218,11 @@ in { "/var/lib/matrix-synapse/telegram-registration.yaml" ]; + extras = [ + "oidc" + "redis" + ]; + plugins = [ config.services.matrix-synapse.package.plugins.matrix-synapse-shared-secret-auth ];