From 2c75d2bc018279a0f230d94f766dfdf63a6fb8b5 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 30 Apr 2023 20:27:34 +0200 Subject: Fix missing thing --- host/Rory-nginx/hosts/rory.gay/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }'; ''; -- cgit 1.4.1