From adfc2eb83256ef01ccca4008b91b6969abbc0bfe Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 4 Feb 2021 17:25:43 +0100 Subject: [PATCH] services: matrix: remove postgreSQL backup This really deserves to be its own service instead. --- services/matrix.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/services/matrix.nix b/services/matrix.nix index a83f6db..401c08e 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -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;