services: paperless: backups

This commit is contained in:
Antoine Martin 2021-07-13 22:20:21 +02:00
parent 7d8b8c4cae
commit 39477a85e7

View file

@ -53,5 +53,9 @@ in
}; };
}; };
}; };
my.services.borg-backup = mkIf cfg.enable {
paths = [ "/var/lib/docker/volumes/paperless_*" ];
};
}; };
} }