From a74287fe5d0d7cdf2e7e7c1b08a2681ae5a2e4f1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 8 Apr 2024 09:13:33 -0400 Subject: [PATCH] More backup paths Backup the file containing the history of what has been downloaded with yt-dlp --- modules/hosts/nixos/nixnuc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 8e22777..6ec69c3 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -137,6 +137,8 @@ resolved.enable = true; restic.backups.daily.paths = [ "/orico/jellyfin/data" + "/orico/jellyfin/staging/downloaded-files" + #"${config.users.users.${username}.home}/compose-files/tandoor" ]; tailscale = { enable = true;