summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/surtr/matrix/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix
index 5b5b0112..b5bb002e 100644
--- a/hosts/surtr/matrix/default.nix
+++ b/hosts/surtr/matrix/default.nix
@@ -253,7 +253,13 @@
253 v1 = false; 253 v1 = false;
254 v2 = true; 254 v2 = true;
255 }; 255 };
256 hashing.enabled = true; 256 hashing = {
257 enabled = true;
258 rotationPolicy = "per_requests";
259 hashStorageType = "sql";
260 algorithms = ["sha256"];
261 requests = 10;
262 };
257 server.publicUrl = "https://synapse.li"; 263 server.publicUrl = "https://synapse.li";
258 storage = { 264 storage = {
259 backend = "postgresql"; 265 backend = "postgresql";