From 58787c70ba088f1ed3bea55602e8ba3686c1ab9e Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 21 Jun 2024 20:36:31 -0400 Subject: [PATCH] removed storage/Plex --- systems/jeeves/docker/internal.nix | 4 ++-- systems/jeeves/snapshot_config.toml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/systems/jeeves/docker/internal.nix b/systems/jeeves/docker/internal.nix index 7eaf907..3b94516 100644 --- a/systems/jeeves/docker/internal.nix +++ b/systems/jeeves/docker/internal.nix @@ -70,7 +70,7 @@ }; volumes = [ "/zfs/media/docker/configs/radarr:/config" - "/zfs/storage/Plex/movies:/movies" + "/zfs/storage/plex/movies:/movies" "/zfs/torrenting/qbitvpn:/data" ]; autoStart = true; @@ -84,7 +84,7 @@ }; volumes = [ "/zfs/media/docker/configs/sonarr:/config" - "/zfs/storage/Plex/tv:/tv" + "/zfs/storage/plex/tv:/tv" "/zfs/torrenting/qbitvpn:/data" ]; autoStart = true; diff --git a/systems/jeeves/snapshot_config.toml b/systems/jeeves/snapshot_config.toml index 95c0d7c..d422f02 100644 --- a/systems/jeeves/snapshot_config.toml +++ b/systems/jeeves/snapshot_config.toml @@ -1,9 +1,3 @@ -["storage/Plex"] -15_min = 6 -hourly = 2 -daily = 1 -monthly = 0 - ["media/Notes"] 15_min = 8 hourly = 24