From d5a4b3530e15a068357015394ea3eb6044a5fe8a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 29 Dec 2025 22:47:09 -0800 Subject: [PATCH] Make sanoid do recursive zfs snapshots --- hosts/cryochamber/configuration.nix | 2 +- hosts/zima/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/cryochamber/configuration.nix b/hosts/cryochamber/configuration.nix index 2443741..4c83eb7 100644 --- a/hosts/cryochamber/configuration.nix +++ b/hosts/cryochamber/configuration.nix @@ -123,7 +123,7 @@ yearly = 3; autosnap = false; autoprune = true; - recursive = true; + recursive = "zfs"; }; datasets."tank" = { diff --git a/hosts/zima/configuration.nix b/hosts/zima/configuration.nix index c5171ec..e85b970 100644 --- a/hosts/zima/configuration.nix +++ b/hosts/zima/configuration.nix @@ -161,7 +161,7 @@ yearly = 1; autosnap = true; autoprune = true; - recursive = true; + recursive = "zfs"; }; datasets."bitrot" = {