services.beesd.filesystems

BTRFS filesystems to run block-level deduplication on.

Type
attribute set of (submodule)
Default
{ }
Example
{
  "-" = {
    spec = "LABEL=root";
    hashTableSizeMB = 2048;
    verbosity = "crit";
    extraOptions = [ "--loadavg-target" "5.0" ];
  };
}
Declared
<nixpkgs/nixos/modules/services/misc/bees.nix>