summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 15:32:56 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 15:32:56 +0100
commit001652774c59abfe1319771bfe17e369fbcefc23 (patch)
treeab233b89e9ccba332ff4ae202a40716aaeb89e78 /host
parentfix syntax (diff)
downloadRory-Open-Architecture-001652774c59abfe1319771bfe17e369fbcefc23.tar.xz
fix syntax
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix
index 1b2c486..bee2233 100755
--- a/host/Rory-synapse/configuration.nix
+++ b/host/Rory-synapse/configuration.nix
@@ -86,6 +86,7 @@
         connString = "postgres://postgres@192.168.1.3/matrix-appservice-discord";
       };
     };
+   };
 
   services.matrix-synapse = {
     enable = true;