From f1e392412eb50dbd15fe1824048e2a038eda7f4a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 23 Jun 2024 15:30:57 -0400 Subject: [PATCH] explicitly declare unmentioned snapshot frequencies Signed-off-by: ahuston-0 --- systems/palatine-hill/zfs.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/palatine-hill/zfs.nix b/systems/palatine-hill/zfs.nix index 9177902..bb691ba 100644 --- a/systems/palatine-hill/zfs.nix +++ b/systems/palatine-hill/zfs.nix @@ -65,6 +65,7 @@ in frequently = 0; hourly = 36; daily = 30; + weekly = 0; monthly = 6; yearly = 3; autosnap = true; @@ -77,6 +78,9 @@ in frequently = 4; hourly = 24; daily = 7; + weekly = 0; + monthly = 0; + yearly = 0; autosnap = true; autoprune = true; }; @@ -85,6 +89,9 @@ in frequently = 6; hourly = 36; daily = 3; + weekly = 0; + monthly = 0; + yearly = 0; autosnap = true; autoprune = true; };