services.btrfs.autoScrub.limit

NixOS option

The scrub throughput limit applied on all scrubbed filesystems. The value is bytes per second, and accepts the usual KMGT prefixes.

type: null or string matching the pattern [0-9]+[KMGT]?
Default
null
Example
"100M"
declared in: nixos/modules/tasks/filesystems/btrfs.nixView source on NixOS/nixpkgs →