Update Matrix URL

This commit is contained in:
Jimbo 2025-03-04 17:24:48 -05:00
parent b4be34b23e
commit 8a917e5aec
8 changed files with 30 additions and 34 deletions

View file

@ -5,8 +5,8 @@
config = lib.mkIf config.services.matrix-synapse.enable {
nixpkgs.config.element-web.conf = {
default_server_config."m.homeserver" = {
base_url = "https://matrix.jimbosfiles.com";
server_name = "matrix.jimbosfiles.com";
base_url = "https://matrix.nixfox.ca";
server_name = "matrix.nixfox.ca";
};
branding = {
auth_header_logo_url = "https://www.nixfox.ca/images/copyright/profile.png";