From f77a2ca8ffc8a97c7a7711963d45b254ce53a0dc Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 20:43:43 -0400 Subject: [PATCH] removed autoSnapshot --- systems/jeeves-jr/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systems/jeeves-jr/configuration.nix b/systems/jeeves-jr/configuration.nix index d0d7d46..6ef19db 100644 --- a/systems/jeeves-jr/configuration.nix +++ b/systems/jeeves-jr/configuration.nix @@ -57,10 +57,6 @@ zfs = { trim.enable = true; autoScrub.enable = true; - autoSnapshot = { - enable = true; - frequent = 8; - }; }; };