summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-02-18 21:31:08 +0100
committerGitHub <noreply@github.com>2022-02-18 21:31:08 +0100
commit88a2ad974692a5c3638fcdc2c772e5770f3f7b21 (patch)
treef4bc06aaae1fc8afa673f4b4073d54a068bb9bdf /nixos/modules
parent71ecd7e1688f67a1970e8ee9fded31c2ece429d2 (diff)
parentff9aa77c1fa46974eebfa7aa3afe5d389d444abe (diff)
downloadnixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar.gz
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar.bz2
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar.lz
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar.xz
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.tar.zst
nixpkgs-88a2ad974692a5c3638fcdc2c772e5770f3f7b21.zip
Merge pull request #157720 from jojosch/mjolnir-update
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/matrix/mjolnir.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/matrix/mjolnir.xml b/nixos/modules/services/matrix/mjolnir.xml
index d462ddf7b01..b07abe33979 100644
--- a/nixos/modules/services/matrix/mjolnir.xml
+++ b/nixos/modules/services/matrix/mjolnir.xml
@@ -98,7 +98,7 @@
   </para>
   <para>
    To use the Antispam Module, add <package>matrix-synapse-plugins.matrix-synapse-mjolnir-antispam</package>
-   to the Synapse plugin list and enable the <literal>mjolnir.AntiSpam</literal> module.
+   to the Synapse plugin list and enable the <literal>mjolnir.Module</literal> module.
   </para>
 <programlisting>
 {
@@ -108,7 +108,7 @@
     ];
     extraConfig = ''
       modules:
-        - module: mjolnir.AntiSpam
+        - module: mjolnir.Module
           config:
             # Prevent servers/users in the ban lists from inviting users on this
             # server to rooms. Default true.