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
This commit is contained in:
teutat3s 2023-12-02 15:35:02 +01:00
parent 904a73b51d
commit f911ac7bad
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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
];