diff --git a/nixos/hosts/shadowfax/config/sanoid.nix b/nixos/hosts/shadowfax/config/sanoid.nix index f8c834f..e424928 100644 --- a/nixos/hosts/shadowfax/config/sanoid.nix +++ b/nixos/hosts/shadowfax/config/sanoid.nix @@ -4,7 +4,6 @@ # ZFS automated snapshots templates = { "production" = { - recursive = true; autoprune = true; autosnap = true; hourly = 24; @@ -15,18 +14,23 @@ datasets = { "nahar/scrypted" = { useTemplate = [ "production" ]; + recursive = true; }; "nahar/containers/volumes/plex" = { useTemplate = [ "production" ]; + recursive = true; }; "nahar/containers/volumes/scrypted" = { useTemplate = [ "production" ]; + recursive = true; }; "nahar/containers/volumes/jellyfin" = { useTemplate = [ "production" ]; + recursive = true; }; "nahar/containers/volumes/scrutiny" = { useTemplate = [ "production" ]; + recursive = true; }; }; };