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; + }; }; }; }