MyNixOS website logo
option

systemd.generatorEnvironment

Environment variables for systemd generators.

The PATH environment variable is populated via systemd.generatorPath.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  MY_VAR = "my-value";
}