services.goss.environment

Environment variables to set for the goss service.

See https://github.com/goss-org/goss/blob/master/docs/manual.md

Type
attribute set of string
Default
{ }
Example
{
  GOSS_FMT = "json";
  GOSS_LISTEN = ":8080";
  GOSS_LOGLEVEL = "FATAL";
}
Declared
<nixpkgs/nixos/modules/services/monitoring/goss.nix>