summaryrefslogtreecommitdiff
path: root/os/kay/modules/www.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-01-05 17:31:47 +0530
committersinanmohd <sinan@sinanmohd.com>2025-01-05 17:35:27 +0530
commit8e3b4dc1cb7565168fe95ab088d0c391b2e20388 (patch)
tree3bd213e6282dca2f6c9cdfbd85aea2522112225c /os/kay/modules/www.nix
parentf6775df9f54ad812383e978ed3ee82abe151f544 (diff)
kay: bump to unstable
the following modules are in a broken state - mail - matrix sliding sync
Diffstat (limited to 'os/kay/modules/www.nix')
-rw-r--r--os/kay/modules/www.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/kay/modules/www.nix b/os/kay/modules/www.nix
index 594d9b9..04181d0 100644
--- a/os/kay/modules/www.nix
+++ b/os/kay/modules/www.nix
@@ -58,7 +58,7 @@ in
"/.well-known/matrix/client".return = ''
200 '${builtins.toJSON {
"m.homeserver".base_url = "https://${domain}";
- "org.matrix.msc3575.proxy".url = "https://${domain}";
+ # "org.matrix.msc3575.proxy".url = "https://${domain}";
}}'
'';
@@ -66,8 +66,8 @@ in
config.services.dendrite.httpPort
}";
- "/_matrix/client/unstable/org.matrix.msc3575/sync".proxyPass =
- "http://${config.services.matrix-sliding-sync.settings.SYNCV3_BINDADDR}";
+ # "/_matrix/client/unstable/org.matrix.msc3575/sync".proxyPass =
+ # "http://${config.services.matrix-sliding-sync.settings.SYNCV3_BINDADDR}";
};
};