MyNixOS website logo
option

systemd.slices.<name>.sliceConfig

Each attribute in this set specifies an option in the [Slice] section of the unit. See systemd.slice(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  MemoryMax = "2G";
}