MyNixOS website logo
option

services.clamav.fangfrisch.settings

fangfrisch configuration. Refer to https://rseichter.github.io/fangfrisch/#_configuration, for details on supported values. Note that by default urlhaus and sanesecurity are enabled.

Declarations
Type
attribute set of attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  securiteinfo = {
    customer_id = "your customer_id";
    enabled = "yes";
  };
}