summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/sliding-sync.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-04 14:59:36 +0200
committerRory& <root@rory.gay>2024-07-04 14:59:36 +0200
commitdd7b872694441a96b8b042ccbc4b63a96d0b89b9 (patch)
tree76a25875e08415c38cdb7b5ad8f93241b387d078 /host/Rory-nginx/services/matrix/sliding-sync.nix
parentUpdate flake inputs (diff)
downloadRory-Open-Architecture-dd7b872694441a96b8b042ccbc4b63a96d0b89b9.tar.xz
Nixfmt
Diffstat (limited to 'host/Rory-nginx/services/matrix/sliding-sync.nix')
-rw-r--r--host/Rory-nginx/services/matrix/sliding-sync.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/host/Rory-nginx/services/matrix/sliding-sync.nix b/host/Rory-nginx/services/matrix/sliding-sync.nix
index bb028bd..e35113d 100644
--- a/host/Rory-nginx/services/matrix/sliding-sync.nix
+++ b/host/Rory-nginx/services/matrix/sliding-sync.nix
@@ -1,12 +1,12 @@
 { config }:
 {
-    services.matrix-sliding-sync = {
-      enable = true;
-      settings = {
-        "SYNCV3_SERVER" = "http://localhost:8008";
-        "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3";
-        "SYNCV3_BINDADDR" = "0.0.0.0:8100";
-      };
-      environmentFile = "/etc/sliding-sync.env";
+  services.matrix-sliding-sync = {
+    enable = true;
+    settings = {
+      "SYNCV3_SERVER" = "http://localhost:8008";
+      "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3";
+      "SYNCV3_BINDADDR" = "0.0.0.0:8100";
     };
-]
\ No newline at end of file
+    environmentFile = "/etc/sliding-sync.env";
+  };
+}