about summary refs log tree commit diff
path: root/modules/services/matrix-homeserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/matrix-homeserver.nix')
-rw-r--r--modules/services/matrix-homeserver.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/services/matrix-homeserver.nix b/modules/services/matrix-homeserver.nix
index 3dc188b..a29ecc6 100644
--- a/modules/services/matrix-homeserver.nix
+++ b/modules/services/matrix-homeserver.nix
@@ -46,6 +46,9 @@ in
         enable_metrics = true;
         url_preview_enabled = true;
 
+        push.enabled = true;
+        push.group_unread_count_by_room = false;
+
         database = {
           name = "psycopg2";
           args.password = "synapse";