services.aurral.environment

NixOS option

Environment variables passed to the service.

type: attribute set of string
Default
{ }
Example
{
  DOWNLOAD_FOLDER = "/media/downloads";
  TRUST_PROXY = "true";
}
declared in: nixos/modules/services/misc/aurral.nixView source on NixOS/nixpkgs →