services.zfs.autoScrub.randomizedDelaySec

NixOS option

Add a randomized delay before each ZFS autoscrub. The delay will be chosen between zero and this value. This value must be a time span in the format specified by systemd.time(7)

type: string
Default
"6h"
Example
"12h"
declared in: nixos/modules/tasks/filesystems/zfs.nixView source on NixOS/nixpkgs →