MyNixOS website logo
option

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.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  config_refresh = "10";
}