systemd.globalEnvironment
Environment variables passed to all systemd units.
- Type
attribute set of (null or string or absolute path or package)- Default
{ }- Example
{ TZ = "CET"; }- Declared
- <nixpkgs/nixos/modules/system/boot/systemd.nix>
Environment variables passed to all systemd units.
attribute set of (null or string or absolute path or package){ }{
TZ = "CET";
}