Add synadm to matrix.community.rs

This commit is contained in:
Nathan McCarty 2023-03-03 19:52:10 -05:00
parent 756967d609
commit c51d9616c7
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@
startAt = "*-*-* 4:00:00";
};
# Install our utilties
environment.systemPackages = with pkgs; [ matrix-synapse-tools.synadm ];
# Setup a task to cleanup the database
systemd.services.synapse-db-cleanup = {
serviceConfig = {