??
All checks were successful
Deploy NixOS / deploy (push) Successful in 36s

This commit is contained in:
2026-02-12 23:50:11 -07:00
parent 365adbc6f6
commit 58d2f550be

View File

@@ -5,12 +5,10 @@ let
matrixDomain = "matrix.atri.dad"; matrixDomain = "matrix.atri.dad";
matrixRtcDomain = "matrixrtc.atri.dad"; matrixRtcDomain = "matrixrtc.atri.dad";
# .well-known/matrix/server JSON (served from atri.dad for delegation)
wellKnownServer = builtins.toJSON { wellKnownServer = builtins.toJSON {
"m.server" = "${matrixDomain}:443"; "m.server" = "${matrixDomain}:443";
}; };
# .well-known/matrix/client JSON (served from atri.dad for delegation)
wellKnownClient = builtins.toJSON { wellKnownClient = builtins.toJSON {
"m.homeserver" = { "m.homeserver" = {
base_url = "https://${matrixDomain}"; base_url = "https://${matrixDomain}";