minime: scrub more often

Since we are having an actual zraid on consumer hardware, worth doing it
more often
This commit is contained in:
Grisha Shipunov 2025-01-09 22:26:07 +01:00
parent ef6c77238d
commit cf870db775

View file

@ -6,6 +6,8 @@
autoScrub = { autoScrub = {
enable = true; enable = true;
pools = [ "zpool" ]; pools = [ "zpool" ];
interval = "weekly";
randomizedDelaySec = "6h";
}; };
}; };
networking.hostId = "41ba28ff"; networking.hostId = "41ba28ff";