MyNixOS website logo
option

systemd.globalEnvironment

Environment variables passed to all systemd units.

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