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:
parent
eade192132
commit
73aa42a5f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue