services.prometheus.exporters.nats.firewallRules

NixOS option

Specify rules for nftables to add to the input chain when services.prometheus.exporters.nats.openFirewall is true.

type: null or strings concatenated with "\n"
Default
null
Example
iifname "eth0" tcp dport 7777 counter accept
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →