Setup restic backups

This commit is contained in:
Gene Liverman 2024-04-06 21:08:11 -04:00
parent 7954bc29f9
commit 579157fbf6
4 changed files with 40 additions and 2 deletions

View file

@ -20,4 +20,7 @@ in {
];
};
};
services.restic.backups.daily.paths = [
"/orico/audiobookshelf"
];
}