matrix: Remove some sliding sync leftovers
This commit is contained in:
parent
98a3b53681
commit
b89caf3ca0
2 changed files with 1 additions and 5 deletions
|
@ -103,7 +103,7 @@
|
|||
root = pkgs.runCommand "well-known-matrix" { } ''
|
||||
mkdir -p $out/.well-known/matrix
|
||||
echo '{"m.server":"matrix.vanpetegem.me:443"}' > $out/.well-known/matrix/server
|
||||
echo '{"m.homeserver":{"base_url":"https://matrix.vanpetegem.me"},"org.matrix.msc3575.proxy":{"url":"https://matrix-sync.vanpetegem.me"}}' > $out/.well-known/matrix/client
|
||||
echo '{"m.homeserver":{"base_url":"https://matrix.vanpetegem.me"}}' > $out/.well-known/matrix/client
|
||||
'';
|
||||
extraConfig = ''
|
||||
default_type application/json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue