summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 05:13:21 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 05:13:21 +0200
commitb4581e6138d2fd9dddad3f70483d694020897ecc (patch)
treeb11a45a1569a46e28b4d4236649da68ccf8a7b04 /host
parentConduit reg token (diff)
downloadRory-Open-Architecture-b4581e6138d2fd9dddad3f70483d694020897ecc.tar.xz
Disable registration
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/conduit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix
index 2a37bfe..5be7573 100755
--- a/host/Rory-nginx/services/matrix/conduit.nix
+++ b/host/Rory-nginx/services/matrix/conduit.nix
@@ -11,7 +11,7 @@
       enable_lightning_bolt = true;
       max_concurrent_requests = 1000;
       allow_check_for_updates = false;
-      allow_registration = true;
+      allow_registration = false;
     };
   };
   systemd.services.matrix-conduit-reg-token = {