Skip to content

Commit

Permalink
well-known: delegate matrix client/server to matrix.nixos.org (#1367)
Browse files Browse the repository at this point in the history
We are moving away from EMS and towards self-hosted infrastructure.

cc NixOS/infra#336

Migrated from PR #1218
  • Loading branch information
garbas authored May 20, 2024
1 parent 7c37ae2 commit 8f3d14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions public/well-known/matrix/client
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"m.homeserver": {
"base_url": "https://nixos.ems.host"
},
"m.identity_server": {
"base_url": "https://vector.im"
"base_url": "https://matrix.nixos.org"
}
}
2 changes: 1 addition & 1 deletion public/well-known/matrix/server
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"m.server": "nixos.ems.host:443"
"m.server": "matrix.nixos.org:443"
}

0 comments on commit 8f3d14c

Please sign in to comment.