services.osquery.settings

Configuration to be written to the osqueryd JSON configuration file. To understand the configuration format, refer to https://osquery.readthedocs.io/en/stable/deployment/configuration/#configuration-components.

Type
attribute set
Default
{ }
Example
{
  options = {
    utc = false;
  };
}
Declared
<nixpkgs/nixos/modules/services/monitoring/osquery.nix>