services.bcachefs.autoScrub.fileSystems

NixOS option

List of paths to bcachefs filesystems to regularly call bcachefs scrub on. Defaults to all mount points with bcachefs filesystems.

type: list of absolute path
Default
[ ]
Example
[
  "/"
]
declared in: nixos/modules/tasks/filesystems/bcachefs.nixView source on NixOS/nixpkgs →