MyNixOS website logo
option

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.

Declarations
Type
attribute set
Default
{ }
Example
{
  options = {
    utc = false;
  };
}