More backup paths

Backup the file containing the history of what has been downloaded with yt-dlp
This commit is contained in:
Gene Liverman 2024-04-08 09:13:33 -04:00
parent 6940d4d796
commit a74287fe5d

View file

@ -137,6 +137,8 @@
resolved.enable = true; resolved.enable = true;
restic.backups.daily.paths = [ restic.backups.daily.paths = [
"/orico/jellyfin/data" "/orico/jellyfin/data"
"/orico/jellyfin/staging/downloaded-files"
#"${config.users.users.${username}.home}/compose-files/tandoor"
]; ];
tailscale = { tailscale = {
enable = true; enable = true;