From b79062c4ea4641d8e9e7f9359a4270421c4b2d35 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 24 Jan 2025 19:32:45 -0600 Subject: [PATCH] enable snaps for sabnzbd and qbittorrent appdata --- nixos/hosts/shadowfax/config/sanoid.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/nixos/hosts/shadowfax/config/sanoid.nix b/nixos/hosts/shadowfax/config/sanoid.nix index 2ef7f9d..14ba3fa 100644 --- a/nixos/hosts/shadowfax/config/sanoid.nix +++ b/nixos/hosts/shadowfax/config/sanoid.nix @@ -10,22 +10,14 @@ daily = 7; monthly = 12; }; - "nvr" = { - autoprune = true; - autosnap = true; - hourly = 24; - daily = 7; - }; }; + datasets = { - "nahar/scrypted" = { - useTemplate = [ "nvr" ]; - }; - "nahar/containers/volumes/plex" = { + "nahar/qbittorrent" = { useTemplate = [ "production" ]; recursive = true; }; - "nahar/containers/volumes/scrypted" = { + "nahar/sabnzbd" = { useTemplate = [ "production" ]; recursive = true; }; @@ -33,10 +25,18 @@ useTemplate = [ "production" ]; recursive = true; }; + "nahar/containers/volumes/plex" = { + useTemplate = [ "production" ]; + recursive = true; + }; "nahar/containers/volumes/scrutiny" = { useTemplate = [ "production" ]; recursive = true; }; + "nahar/containers/volumes/scrypted" = { + useTemplate = [ "production" ]; + recursive = true; + }; }; }; }