forked from pub-solar/infra
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:
parent
904a73b51d
commit
f911ac7bad
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue