Skip to content

Commit

Permalink
fix(dendrite): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Apr 12, 2024
1 parent d855f58 commit d7b78ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/etna/matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}'";
};
Expand Down

0 comments on commit d7b78ba

Please sign in to comment.