boot.initrd.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
''
{
PATH = "/bin:/sbin";
}
''Example
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →{
SYSTEMD_LOG_LEVEL = "debug";
}