summaryrefslogtreecommitdiff
path: root/hosts/surtr/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/matrix')
-rw-r--r--hosts/surtr/matrix/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix
index b5bb002e..0a3a6f11 100644
--- a/hosts/surtr/matrix/default.nix
+++ b/hosts/surtr/matrix/default.nix
@@ -38,6 +38,9 @@
38 "/run/credentials/matrix-synapse.service/registration.yaml" 38 "/run/credentials/matrix-synapse.service/registration.yaml"
39 "/run/credentials/matrix-synapse.service/turn-secret.yaml" 39 "/run/credentials/matrix-synapse.service/turn-secret.yaml"
40 ]; 40 ];
41 extraConfig = ''
42 default_identity_server: https://synapse.li
43 '';
41 }; 44 };
42 sops.secrets."matrix-synapse-registration.yaml" = { 45 sops.secrets."matrix-synapse-registration.yaml" = {
43 format = "binary"; 46 format = "binary";
@@ -250,7 +253,7 @@
250 }; 253 };
251 extraConfig = { 254 extraConfig = {
252 matrix = { 255 matrix = {
253 v1 = false; 256 v1 = true;
254 v2 = true; 257 v2 = true;
255 }; 258 };
256 hashing = { 259 hashing = {