MyNixOS website logo
option

systemd.services.<name>.unitConfig

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

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  RequiresMountsFor = "/data";
}