From 7600049e350c4bd28e7f78f506d8a610014a287e Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 30 Dec 2025 16:50:53 -0800 Subject: [PATCH] Fixup cryo to keep hourlies of zima, and only prune tank/backup --- hosts/cryochamber/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/cryochamber/configuration.nix b/hosts/cryochamber/configuration.nix index d23e5a5..0b95c8a 100644 --- a/hosts/cryochamber/configuration.nix +++ b/hosts/cryochamber/configuration.nix @@ -117,7 +117,7 @@ templates.backup = { frequently = 0; - hourly = 0; + hourly = 12; daily = 30; monthly = 6; yearly = 3; @@ -125,7 +125,7 @@ autoprune = true; }; - datasets."tank" = { + datasets."tank/backup" = { useTemplate = [ "backup" ]; recursive = "zfs"; };