From 2b9502d4f4f2b7bc60e369221e2c92f78991957a Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 22 Jul 2023 18:23:14 +0200 Subject: Fix(system/services/matrix): Add registration_shared_secret to register users --- system/services/matrix/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') 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 = [ { -- cgit 1.4.1