services.osquery.settings
NixOS option
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 setDefault
{ }Example
declared in: nixos/modules/services/monitoring/osquery.nixView source on NixOS/nixpkgs →{
options = {
utc = false;
};
}