services.aurral.environment
NixOS option
Environment variables passed to the service.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/misc/aurral.nixView source on NixOS/nixpkgs →{
DOWNLOAD_FOLDER = "/media/downloads";
TRUST_PROXY = "true";
}