From f3897996523b6907542a5ffe692581d7fa6cde27 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 14 Feb 2026 20:22:28 -0500 Subject: [PATCH] hippocampus: matrix: client: element conf --- .../servers/public/matrix/client.nix | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/machines/hippocampus/servers/public/matrix/client.nix b/machines/hippocampus/servers/public/matrix/client.nix index 8057c1c..d7d86ff 100644 --- a/machines/hippocampus/servers/public/matrix/client.nix +++ b/machines/hippocampus/servers/public/matrix/client.nix @@ -6,6 +6,7 @@ locations."/" = { root = pkgs.element-web.override { conf = { + default_server_name = "glia.club"; default_server_config = { m.homeserver = { base_url = "https://chat.glia.club"; @@ -29,15 +30,22 @@ default_widget_container_height = 280; default_country_code = "GB"; show_labs_settings = true; - features = {}; + features = { + threadsActivityCentre = true; + feature_video_rooms = true; + feature_group_calls = true; + feature_element_call_video_rooms = true; + }; default_federate = false; default_theme = "light"; room_directory = { servers = ["glia.club"]; }; enable_presence_by_hs_url = { - "https://glia.club" = false; - "https://chat.glia.club" = false; + "https://glia.club" = true; + "https://chat.glia.club" = true; + "https://matrix.org" = false; + "https://matrix-client.matrix.org" = false; }; setting_defaults = { breadcrumbs = false; @@ -69,8 +77,8 @@ location /config { add_header Cache-Control "no-cache"; } - location /modules { - alias /modules; + location /modules/ { + alias /modules/; } # redirect server error pages to the static page /50x.html #