services: move to restic for everything

This commit is contained in:
Antoine Martin 2021-08-09 20:19:27 +02:00
parent e9c0d157f1
commit b00faf77bb
5 changed files with 6 additions and 6 deletions

View file

@ -280,7 +280,7 @@ in {
federationPort.public
];
my.services.borg-backup = let
my.services.restic-backup = let
dataDir = config.services.matrix-synapse.dataDir;
in mkIf cfg.enable {
paths = [ dataDir ];