Add default base_url for matrix identity server
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m56s

This commit is contained in:
Jordan Holt 2024-11-04 16:23:59 +00:00
parent 0316e1c845
commit 2ebf32ee13
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -42,7 +42,9 @@ in {
base_url = "https://${matrixSubdomain}";
server_name = cfg.serverName;
};
"m.identity_server" = {};
"m.identity_server" = {
"base_url" = "https://vector.im";
};
"org.matrix.msc3575.proxy" = if cfg.slidingSync.enable then {
"url" = "https://${matrixSubdomain}";
} else { };