diff options
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 = [ { |