diff options
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/root.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/root.nix b/host/Rory-nginx/hosts/rory.gay/root.nix index 00960ae..1fe2083 100755 --- a/host/Rory-nginx/hosts/rory.gay/root.nix +++ b/host/Rory-nginx/hosts/rory.gay/root.nix @@ -25,7 +25,7 @@ add_header Content-Type application/json; add_header Access-Control-Allow-Origin *; return 200 '${builtins.toJSON { - admins = { + admins = [ { matrix_id = "@emma:rory.gay"; role = "admin"; @@ -42,7 +42,7 @@ matrix_id = "@rory:rory.gay"; role = "admin"; } - } + ]; } }'; ''; |