summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";