MyNixOS website logo
option

networking.firewall.backend

Underlying implementation for the firewall service.

Declarations
Type
one of "iptables", "nftables", "firewalld"
Default
if config.services.firewalld.enable then
  "firewalld"
else if config.networking.nftables.enable then
  "nftables"
else
  "iptables"