-[NNCP](http://www.nncpgo.org/). Added nncp-daemon and nncp-caller services. Configuration is set with [programs.nncp.settings](#opt-programs.nncp.settings) and the daemons are enabled at [services.nncp](#opt-services.nncp.caller.enable).
-[FastNetMon Advanced](https://fastnetmon.com/product-overview/), a commercial high performance DDoS detector / sensor. Available as [services.fastnetmon-advanced](#opt-services.fastnetmon-advanced.enable).
-[tuxedo-rs](https://github.com/AaronErhardt/tuxedo-rs), Rust utilities for interacting with hardware from TUXEDO Computers.
-[audiobookshelf](https://github.com/advplyr/audiobookshelf/), a self-hosted audiobook and podcast server. Available as [services.audiobookshelf](#opt-services.audiobookshelf.enable).
Extra configuration options to declaratively load into FastNetMon Advanced.
See the [FastNetMon Advanced Configuration options reference](https://fastnetmon.com/docs-fnm-advanced/fastnetmon-advanced-configuration-options/) for more details.
'';
type=settingsFormat.type;
default={};
example=literalExpression''
{
networks_list = [ "192.0.2.0/24" ];
gobgp = true;
gobgp_flow_spec_announces = true;
}
'';
};
hostgroups=mkOption{
description="Hostgroups to declaratively load into FastNetMon Advanced";
type=types.attrsOfsettingsFormat.type;
default={};
};
bgpPeers=mkOption{
description="BGP Peers to declaratively load into FastNetMon Advanced";
type=types.attrsOfsettingsFormat.type;
default={};
};
enableAdvancedTrafficPersistence=mkOption{
description="Store historical flow data in clickhouse";
type=types.bool;
default=false;
};
traffic_db.settings=mkOption{
type=settingsFormat.type;
description="Additional settings for /etc/fastnetmon/traffic_db.conf";