nixos: services: matrix: fix element-web config

This commit is contained in:
Bruno BELANYI 2025-08-03 00:34:40 +02:00
parent f1d7da7fcb
commit 0792e8c7cb

View file

@ -117,10 +117,11 @@ in
root = pkgs.element-web.override {
conf = {
default_server_config = clientConfig;
showLabsSettings = true;
defaultCountryCode = "FR"; # cocorico
roomDirectory = {
show_labs_settings = true;
default_country_code = "FR"; # cocorico
room_directory = {
"servers" = [
domain
"matrix.org"
"mozilla.org"
];