diff --git a/systems/etna/matrix.nix b/systems/etna/matrix.nix index d905774..b5ccb9b 100644 --- a/systems/etna/matrix.nix +++ b/systems/etna/matrix.nix @@ -60,7 +60,7 @@ }; locations."=/.well-known/matrix/client" = let - client = {"m.homeserver"."base_url" = "https://my.hostname.com";}; + client = {"m.homeserver"."base_url" = "https://m.uku.moe";}; in { return = "200 '${builtins.toJSON client}'"; };