Use conduit 0.6
This commit is contained in:
parent
b0ffe238e9
commit
ec9d75b77e
4 changed files with 205 additions and 32 deletions
|
@ -127,6 +127,7 @@ with lib;
|
|||
paths = [
|
||||
(pkgs.writeTextDir ".well-known/matrix/client" (builtins.toJSON {
|
||||
"m.homeserver".base_url = "https://${instance.host}";
|
||||
"org.matrix.msc3575.proxy".url = "https://${instance.host}";
|
||||
}))
|
||||
(pkgs.writeTextDir ".well-known/matrix/server" (builtins.toJSON {
|
||||
"m.server" = "${instance.host}:443";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue