💬 matrix: config updates

This commit is contained in:
2021-10-09 21:04:39 -04:00
parent b2773346ad
commit 1a83e7c43d
2 changed files with 17 additions and 1 deletions

View File

@ -17,6 +17,7 @@
matrix-synapse = {
enable = true;
server_name = "walkah.chat";
public_baseurl = "https://matrix.walkah.chat";
enable_metrics = true;
enable_registration = false;
database_type = "psycopg2";
@ -32,6 +33,11 @@
names = [ "client" "federation" ];
}];
}];
account_threepid_delegates = {
email = "https://vector.im";
msisdn = "https://vector.im";
};
};
};
}