nixos: services: matrix: fix element-web config
This commit is contained in:
parent
f1d7da7fcb
commit
0792e8c7cb
1 changed files with 4 additions and 3 deletions
|
|
@ -117,10 +117,11 @@ in
|
||||||
root = pkgs.element-web.override {
|
root = pkgs.element-web.override {
|
||||||
conf = {
|
conf = {
|
||||||
default_server_config = clientConfig;
|
default_server_config = clientConfig;
|
||||||
showLabsSettings = true;
|
show_labs_settings = true;
|
||||||
defaultCountryCode = "FR"; # cocorico
|
default_country_code = "FR"; # cocorico
|
||||||
roomDirectory = {
|
room_directory = {
|
||||||
"servers" = [
|
"servers" = [
|
||||||
|
domain
|
||||||
"matrix.org"
|
"matrix.org"
|
||||||
"mozilla.org"
|
"mozilla.org"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue