MyNixOS website logo
option

systemd.services.<name>.environment

Environment variables passed to the service's processes.

Declarations
Type
attribute set of (null or string or path or package)
Default
{ }
Example
{
  LANG = "nl_NL.UTF-8";
  PATH = "/foo/bar/bin";
}