summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-30 20:29:36 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-30 20:29:36 +0200
commitfb4da535eb4205afefdbc480d9ede0b3eb240b2e (patch)
tree9c1956886b31568d27b58145416b7a48544e1fe3
parentFix missing thing (diff)
downloadRory-Open-Architecture-fb4da535eb4205afefdbc480d9ede0b3eb240b2e.tar.xz
Fix thing
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/root.nix4
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";
         }
-      }
+      ];
     }
     }';
   '';