summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/draupnir.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-08 03:50:02 +0200
committerRory& <root@rory.gay>2024-08-08 03:51:45 +0200
commitff65c8e951092d4d7caed1c4d02c9e141df7799b (patch)
treef8bd40da8fd80021a7452723a32cddaec8d45de6 /host/Rory-nginx/services/matrix/draupnir.nix
parentServer config cleanup (diff)
downloadRory-Open-Architecture-ff65c8e951092d4d7caed1c4d02c9e141df7799b.tar.xz
Imports cleanup
Diffstat (limited to 'host/Rory-nginx/services/matrix/draupnir.nix')
-rwxr-xr-xhost/Rory-nginx/services/matrix/draupnir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/draupnir.nix b/host/Rory-nginx/services/matrix/draupnir.nix
index 9f48e6d..66d4648 100755
--- a/host/Rory-nginx/services/matrix/draupnir.nix
+++ b/host/Rory-nginx/services/matrix/draupnir.nix
@@ -21,6 +21,7 @@
       autojoinOnlyIfManager = true; # Let's not open ourselves up to DoS attacks
       automaticallyRedactForReasons = [ "*" ]; # I always want autoredact
       fasterMembershipChecks = true;
+      roomStateBackingStore.enabled = true;
 
       backgroundDelayMS = 10; # delay isn't needed, I don't mind the performance hit
       pollReports = false; # this is a single person homeserver... let's save ourself the work