MyNixOS website logo
option

systemd.nspawn.<name>.execConfig

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

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  Parameters = "/bin/sh";
}