services.prometheus.exporters.redis.firewallRules

NixOS option

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

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