summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-07-22 18:23:14 +0200
committersils <sils@sils.li>2023-07-22 18:23:14 +0200
commit2b9502d4f4f2b7bc60e369221e2c92f78991957a (patch)
treed60e97569c2a816ac03a92f82211841d8a344511 /system
parentFix(system/services/matrix): Move persisting files ctrl to impermanence (diff)
downloadnixos-server-2b9502d4f4f2b7bc60e369221e2c92f78991957a.tar.gz
nixos-server-2b9502d4f4f2b7bc60e369221e2c92f78991957a.zip
Fix(system/services/matrix): Add registration_shared_secret to register
users
Diffstat (limited to 'system')
-rw-r--r--system/services/matrix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix
index 0a55e32..fb0b3d9 100644
--- a/system/services/matrix/default.nix
+++ b/system/services/matrix/default.nix
@@ -54,6 +54,7 @@ in {
     configFile = "/etc/matrix/matrix.conf";
     settings = {
       media_store_path = "/var/lib/matrix/media_store";
+      registration_shared_secret_path = "/run/registration_shared_secret";
       server_name = "vhack.eu";
       listeners = [
         {