systemd.managerEnvironment
NixOS option
Environment variables of PID 1. These variables are not passed to started units.
type: attribute set of (null or string or absolute path or package)Default
{ }Example
declared in: nixos/modules/system/boot/systemd.nixView source on NixOS/nixpkgs →{
SYSTEMD_LOG_LEVEL = "debug";
}