diff options
author | sils <sils@sils.li> | 2023-07-22 18:23:14 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-07-22 18:23:14 +0200 |
commit | 2b9502d4f4f2b7bc60e369221e2c92f78991957a (patch) | |
tree | d60e97569c2a816ac03a92f82211841d8a344511 /system | |
parent | Fix(system/services/matrix): Move persisting files ctrl to impermanence (diff) | |
download | nixos-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.nix | 1 |
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 = [ { |