forked from Drift/pvv-nixos-config
synapse: Disable presence
For now at least until we move to a stronger machine. Most large servers don't have this enabled.
This commit is contained in:
@@ -44,6 +44,8 @@ in {
|
|||||||
|
|
||||||
media_store_path = "${cfg.dataDir}/media";
|
media_store_path = "${cfg.dataDir}/media";
|
||||||
|
|
||||||
|
presence.enabled = false;
|
||||||
|
|
||||||
autocreate_auto_join_rooms = false;
|
autocreate_auto_join_rooms = false;
|
||||||
auto_join_rooms = [
|
auto_join_rooms = [
|
||||||
"#pvv:pvv.ntnu.no" # Main space
|
"#pvv:pvv.ntnu.no" # Main space
|
||||||
|
Reference in New Issue
Block a user