services: matrix: remove postgreSQL backup
This really deserves to be its own service instead.
This commit is contained in:
parent
442c691933
commit
adfc2eb832
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue