From 83e8c3d8f83d45965178a2f2e51b2df5979d3ba3 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 28 May 2025 15:27:07 +0100 Subject: [PATCH] kalessin, orm: Fix broken backups Not been working for two and a half months. Oops. We've all been there. --- hosts/kalessin/default.nix | 1 - hosts/orm/default.nix | 1 - 2 files changed, 2 deletions(-) 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 = {