feat(ymir): add another restic backup to nas.

This commit is contained in:
CronyAkatsuki 2025-09-28 12:50:25 +02:00
parent e17d0d07a5
commit e8ec1d9736

View file

@ -53,6 +53,14 @@ in {
pruneOpts = opts.pruneOpts;
checkOpts = opts.checkOpts;
};
nas = {
initialize = true;
passwordFile = "/run/user/1000/agenix/restic-local-pass";
repository = "/home/crony/docs/nfs";
paths = opts.paths;
pruneOpts = opts.pruneOpts;
checkOpts = opts.checkOpts;
};
backblaze = {
initialize = true;
passwordFile = "/run/user/1000/agenix/restic-backblaze-pass";