services.zfs.autoScrub.pools

NixOS option

List of ZFS pools to periodically scrub. If empty, all pools will be scrubbed.

type: list of string
Default
[ ]
Example
[
  "tank"
]
declared in: nixos/modules/tasks/filesystems/zfs.nixView source on NixOS/nixpkgs →