Add synadm to matrix.community.rs
This commit is contained in:
parent
756967d609
commit
c51d9616c7
|
@ -126,6 +126,9 @@
|
||||||
startAt = "*-*-* 4:00:00";
|
startAt = "*-*-* 4:00:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Install our utilties
|
||||||
|
environment.systemPackages = with pkgs; [ matrix-synapse-tools.synadm ];
|
||||||
|
|
||||||
# Setup a task to cleanup the database
|
# Setup a task to cleanup the database
|
||||||
systemd.services.synapse-db-cleanup = {
|
systemd.services.synapse-db-cleanup = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in New Issue