diff --git a/hosts/kalessin/default.nix b/hosts/kalessin/default.nix index 7150e5a..8417425 100644 --- a/hosts/kalessin/default.nix +++ b/hosts/kalessin/default.nix @@ -35,7 +35,6 @@ in services.sanoid.datasets."rpool_kalessin/state" = { useTemplate = [ "production" ]; recursive = "zfs"; - process_children_only = true; }; qenya.services.owncast = { diff --git a/hosts/orm/default.nix b/hosts/orm/default.nix index f5aa5fd..ffc6aad 100644 --- a/hosts/orm/default.nix +++ b/hosts/orm/default.nix @@ -31,7 +31,6 @@ services.sanoid.datasets."rpool_orm/state" = { useTemplate = [ "production" ]; recursive = "zfs"; - process_children_only = true; }; services.postgresql = {