nix.firewall.extraNftablesRules

NixOS option

Extra nftables rules to prepend to the generated ones

type: list of (optionally newline-terminated) single-line string
Default
[ ]
Example
[
  "ip daddr 1.1.1.1 udp dport accept"
]
declared in: nixos/modules/services/system/nix-daemon-firewall.nixView source on NixOS/nixpkgs →