Fix element homeserver url
This commit is contained in:
parent
5ac78aa3ce
commit
fbec7d7845
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
|||
root = pkgs.element-web.override {
|
||||
conf = {
|
||||
default_server_config."m.homeserver" = {
|
||||
"base_url" = "matrix.stratum0.org";
|
||||
"base_url" = "https://matrix.stratum0.org/";
|
||||
"server_name" = "Stratum 0";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue