services.osquery.flags

Attribute set of flag names and values to be written to the osqueryd flagfile. For more information, refer to https://osquery.readthedocs.io/en/stable/installation/cli-flags.

Type
open submodule of attribute set of string
Default
{ }
Example
{
  config_refresh = "10";
}
Declared
<nixpkgs/nixos/modules/services/monitoring/osquery.nix>