summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/rory.gay/root.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-09 20:32:36 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commitf5855370eef000fa90f326b86c4ba79effda512f (patch)
tree2a03d94d4121eba84a4c5e00c9f568b530c545a5 /host/Rory-nginx/services/nginx/rory.gay/root.nix
parentit REALLY wants to use environmentFile... (diff)
downloadRory-Open-Architecture-f5855370eef000fa90f326b86c4ba79effda512f.tar.xz
Clean up, update the correct well-known
Diffstat (limited to '')
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/root.nix b/host/Rory-nginx/services/nginx/rory.gay/root.nix
index 9e96a4f..075a3ed 100755
--- a/host/Rory-nginx/services/nginx/rory.gay/root.nix
+++ b/host/Rory-nginx/services/nginx/rory.gay/root.nix
@@ -17,7 +17,7 @@
     more_set_headers 'Access-Control-Allow-Origin *';
     return 200 '${builtins.toJSON {
       "m.homeserver".base_url = "https://matrix.rory.gay";
-      "m.identity_server".base_url = "https://matrix.rory.gay";
+      "org.matrix.msc3575.proxy".url = "https://matrix.rory.gay";
     }
     }';
   '';