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 { 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"
]; ];