diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:27:34 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:27:34 +0200 |
commit | 2c75d2bc018279a0f230d94f766dfdf63a6fb8b5 (patch) | |
tree | 252e0ffded88cd705c417e02b3c7075ea2642727 /host/Rory-nginx | |
parent | Add matrix support record (diff) | |
download | Rory-Open-Architecture-2c75d2bc018279a0f230d94f766dfdf63a6fb8b5.tar.xz |
Fix missing thing
Diffstat (limited to 'host/Rory-nginx')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/root.nix b/host/Rory-nginx/hosts/rory.gay/root.nix index 96aacba..00960ae 100755 --- a/host/Rory-nginx/hosts/rory.gay/root.nix +++ b/host/Rory-nginx/hosts/rory.gay/root.nix @@ -17,7 +17,7 @@ add_header Access-Control-Allow-Origin *; return 200 '${builtins.toJSON { "m.homeserver".base_url = "https://matrix.rory.gay"; - "m.identity_server" = {}; + "m.identity_server".base_url = "https://matrix.rory.gay"; } }'; ''; |