services.snapraid.dataDisks

NixOS option

SnapRAID data disks.

type: attribute set of string
Default
{ }
Example
{
  d1 = "/mnt/disk1/";
  d2 = "/mnt/disk2/";
  d3 = "/mnt/disk3/";
}
declared in: nixos/modules/services/backup/snapraid.nixView source on NixOS/nixpkgs →