services.clamav.fangfrisch.settings
NixOS option
fangfrisch configuration. Refer to https://rseichter.github.io/fangfrisch/#_configuration, for details on supported values. Note that by default urlhaus and sanesecurity are enabled.
type: open submodule of attribute set of attribute set of (string or signed integer or boolean)Default
{ }Example
declared in: nixos/modules/services/security/clamav.nixView source on NixOS/nixpkgs →{
securiteinfo = {
customer_id = "your customer_id";
enabled = "yes";
};
}