From 7a3588e17f692f372b795dc30d60dc3d987908ee Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 7 Feb 2021 12:30:09 +0000 Subject: [PATCH] services: matrix: add state to backup --- services/matrix.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/matrix.nix b/services/matrix.nix index 401c08e..e32d44a 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -177,5 +177,11 @@ in clientPort.public federationPort.public ]; + + my.services.backup = { + paths = [ + config.services.matrix-synapse.dataDir + ]; + }; }; }