MyNixOS website logo
option

image.repart.partitions.<name>.repartConfig

Specify the repart options for a partiton as a structural setting. See repart.d(5) for all available options.

Declarations
Type
attribute set of (string or signed integer or boolean or list of string)
Example
{
  SizeMaxBytes = "2G";
  SizeMinBytes = "512M";
  Type = "home";
}