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" { } ''
|
root = pkgs.runCommand "well-known-matrix" { } ''
|
||||||
mkdir -p $out/.well-known/matrix
|
mkdir -p $out/.well-known/matrix
|
||||||
echo '{"m.server":"matrix.vanpetegem.me:443"}' > $out/.well-known/matrix/server
|
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 = ''
|
extraConfig = ''
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
|
|
|
@ -34,10 +34,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
fqdn = "matrix-sync.vanpetegem.me";
|
|
||||||
basicProxy = "http://localhost:8009";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue