From fb4da535eb4205afefdbc480d9ede0b3eb240b2e Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 30 Apr 2023 20:29:36 +0200 Subject: Fix thing --- host/Rory-nginx/hosts/rory.gay/root.nix | 4 ++-- 1 file 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"; } - } + ]; } }'; ''; -- cgit 1.4.1