summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 16:55:28 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 16:55:28 +0100
commitf084d5daa25d472ada293032bced2cd8df5f280b (patch)
tree8bec1dadbf0659fc054c102a86d9a6240ddf1187
parentadd draupnir (diff)
downloadRory-Open-Architecture-f084d5daa25d472ada293032bced2cd8df5f280b.tar.xz
fix syntax
-rwxr-xr-xhost/Rory-synapse/configuration.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix
index 3baf425..c2806c3 100755
--- a/host/Rory-synapse/configuration.nix
+++ b/host/Rory-synapse/configuration.nix
@@ -99,9 +99,7 @@
       registration_shared_secret = builtins.exec ["cat" "/dev/urandom" "|" "tr" "-dc" "a-zA-Z0-9" "|" "fold" "-w" "256" "|" "head" "-n" "1"];
       
       # Alicia - types: https://github.com/NixOS/nixpkgs/blob/release-22.11/nixos/modules/services/matrix/synapse.nix#L410
-
-      listeners = {
-        [
+      listeners = [
           { port = 8008;
             bind_addresses = [ "192.168.1.5" ];
             type = "http";
@@ -113,7 +111,6 @@
             } ];
           }
         ];
-      };
     };
 
     plugins = with pkgs.matrix-synapse-plugins; [