diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 15:32:56 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 15:32:56 +0100 |
commit | 001652774c59abfe1319771bfe17e369fbcefc23 (patch) | |
tree | ab233b89e9ccba332ff4ae202a40716aaeb89e78 /host | |
parent | fix syntax (diff) | |
download | Rory-Open-Architecture-001652774c59abfe1319771bfe17e369fbcefc23.tar.xz |
fix syntax
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 1 |
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; |