MyNixOS website logo
option

systemd.managerEnvironment

Environment variables of PID 1. These variables are not passed to started units.

Declarations
Type
attribute set of (null or string or path or package)
Default
{ }
Example
{
  SYSTEMD_LOG_LEVEL = "debug";
}