From cf870db775576311e4661f67be760754fd6917b1 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 9 Jan 2025 22:26:07 +0100 Subject: [PATCH] minime: scrub more often Since we are having an actual zraid on consumer hardware, worth doing it more often --- hosts/minime/zfs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/minime/zfs.nix b/hosts/minime/zfs.nix index 90858db..85ff937 100644 --- a/hosts/minime/zfs.nix +++ b/hosts/minime/zfs.nix @@ -6,6 +6,8 @@ autoScrub = { enable = true; pools = [ "zpool" ]; + interval = "weekly"; + randomizedDelaySec = "6h"; }; }; networking.hostId = "41ba28ff";