diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:29:36 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-30 20:29:36 +0200 |
commit | fb4da535eb4205afefdbc480d9ede0b3eb240b2e (patch) | |
tree | 9c1956886b31568d27b58145416b7a48544e1fe3 /host | |
parent | Fix missing thing (diff) | |
download | Rory-Open-Architecture-fb4da535eb4205afefdbc480d9ede0b3eb240b2e.tar.xz |
Fix thing
Diffstat (limited to 'host')
-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"; } - } + ]; } }'; ''; |