diff options
| author | Grisha Shipunov | 2025-01-09 22:26:07 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-09 22:26:07 +0100 |
| commit | cf870db775576311e4661f67be760754fd6917b1 (patch) | |
| tree | e8bd706cf4d91d1daa5eeb1bb3f57f7c5463a6d5 | |
| parent | ef6c77238d34c17213d8bc1cb1c97856980caae1 (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.nix | 2 |
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"; |
