matrix-synapse module: fix documentation and add release notes (#99564)

This commit is contained in:
Léo Gaspard
2020-10-05 23:35:28 +02:00
committed by GitHub
parent be1281bc0b
commit e0c48efc17
2 changed files with 11 additions and 1 deletions
@@ -131,7 +131,12 @@ in {
plugins = mkOption {
type = types.listOf types.package;
default = [ ];
defaultText = "with config.services.matrix-synapse.package.plugins [ matrix-synapse-ldap3 matrix-synapse-pam ]";
example = literalExample ''
with config.services.matrix-synapse.package.plugins; [
matrix-synapse-ldap3
matrix-synapse-pam
];
'';
description = ''
List of additional Matrix plugins to make available.
'';