MyNixOS website logo
option

image.repart.partitions.<name>.repartConfig

Specify the repart options for a partiton as a structural setting. See https://www.freedesktop.org/software/systemd/man/repart.d.html for all available options.

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