summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2023-09-06 01:06:00 +0000
committerRory&::Emma <root@rory.gay>2023-09-06 01:09:02 +0000
commita3209b8172f314ecc213170bc55a8d1870591183 (patch)
tree32584f88abf72688393c6e02f28b3d94ac7392ff /host
parentAdd side laptop (diff)
downloadRory-Open-Architecture-a3209b8172f314ecc213170bc55a8d1870591183.tar.xz
Add changes
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/conduit.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix
index 5be7573..ab36263 100755
--- a/host/Rory-nginx/services/matrix/conduit.nix
+++ b/host/Rory-nginx/services/matrix/conduit.nix
@@ -12,6 +12,7 @@
       max_concurrent_requests = 1000;
       allow_check_for_updates = false;
       allow_registration = false;
+      log = "info,state_res=info";
     };
   };
   systemd.services.matrix-conduit-reg-token = {