MyNixOS website logo
option

services.snapraid.dataDisks

SnapRAID data disks.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  d1 = "/mnt/disk1/";
  d2 = "/mnt/disk2/";
  d3 = "/mnt/disk3/";
}