services: matrix: remove postgreSQL backup

This really deserves to be its own service instead.
This commit is contained in:
Bruno BELANYI 2021-02-04 17:25:43 +01:00
parent 442c691933
commit adfc2eb832

View file

@ -38,13 +38,6 @@ in
'';
};
services.postgresqlBackup = {
enable = true;
databases = [ "matrix-synapse" ];
# FIXME: best times for backup ?
startAt = "*-*-* 23:30:00";
};
services.matrix-synapse = {
enable = true;
server_name = domain;