borg-backup: setup paths in respective services

This commit is contained in:
Antoine Martin 2021-01-31 13:00:04 +01:00
parent 8ed0f14f74
commit 41769615f0
4 changed files with 19 additions and 5 deletions

View file

@ -171,5 +171,9 @@ in {
clientPort.public
federationPort.public
];
my.services.borg-backup = mkIf cfg.enable {
paths = [ "/var/lib/matrix-synapse" ];
};
};
}