feat: hectic-lab: users for matrix

This commit is contained in:
2026-05-22 21:19:52 +00:00
parent 09ed045da9
commit 51d40841ce
4 changed files with 100 additions and 7 deletions

View File

@@ -20,9 +20,14 @@ in {
conf = {
default_server_config = {
"m.homeserver".base_url = "https://${cfg.matrixDomain}";
"m.homeserver".server_name = cfg.matrixDomain;
"m.identity_server".base_url = "https://vector.im";
};
room_directory.servers = [
cfg.matrixDomain
];
default_theme = "dark";
show_labs_settings = true;
};