summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-30 20:27:34 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-30 20:27:34 +0200
commit2c75d2bc018279a0f230d94f766dfdf63a6fb8b5 (patch)
tree252e0ffded88cd705c417e02b3c7075ea2642727
parentAdd matrix support record (diff)
downloadRory-Open-Architecture-2c75d2bc018279a0f230d94f766dfdf63a6fb8b5.tar.xz
Fix missing thing
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/root.nix2
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"; } }'; '';