MyNixOS website logo
option

services.beesd.filesystems

BTRFS filesystems to run block-level deduplication on.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  root = {
    spec = "LABEL=root";
    hashTableSizeMB = 2048;
    verbosity = "crit";
    extraOptions = [ "--loadavg-target" "5.0" ];
  };
}