services.goss.settings
The global options in config file in yaml format.
Refer to https://github.com/goss-org/goss/blob/master/docs/goss-json-schema.yaml for schema.
- Type
open submodule of (YAML 1.1 value)- Default
{ }- Example
{ addr = { "tcp://localhost:8080" = { local-address = "127.0.0.1"; reachable = true; }; }; service = { goss = { enabled = true; running = true; }; }; }- Declared
- <nixpkgs/nixos/modules/services/monitoring/goss.nix>