summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-09 22:26:07 +0100
committerGrisha Shipunov2025-01-09 22:26:07 +0100
commitcf870db775576311e4661f67be760754fd6917b1 (patch)
treee8bd706cf4d91d1daa5eeb1bb3f57f7c5463a6d5
parentef6c77238d34c17213d8bc1cb1c97856980caae1 (diff)
minime: scrub more often
Since we are having an actual zraid on consumer hardware, worth doing it more often
-rw-r--r--hosts/minime/zfs.nix2
1 files changed, 2 insertions, 0 deletions
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";