diff --git a/flake.lock b/flake.lock index ab88836..31fe385 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/host/matrix/matrix/synapse.nix b/host/matrix/matrix/synapse.nix index 509959c..52d739b 100755 --- a/host/matrix/matrix/synapse.nix +++ b/host/matrix/matrix/synapse.nix @@ -23,6 +23,12 @@ redaction_retention_period = null; user_ips_max_age = null; allow_device_name_lookup_over_federation = true; + + autocreate_auto_join_rooms = false; # This is enabled by default... + auto_join_rooms = [ + "#litenet:litenet.tel" + "#chat:litenet.tel" + ]; federation = { client_timeout = "60s"; @@ -95,7 +101,7 @@ password = "somepassword"; database = "matrix-synapse"; host = "127.0.0.1"; - application_name = "matrix-synapse (liteniet.tel)"; + application_name = "matrix-synapse (litenet.tel)"; cp_min = 5; cp_max = 50; #cp_reconnect_interval = "True";