The package to use for running the firewall service.
Declarations
Type
package
Default
if config.networking.nftables.enable then "pkgs.nftables" else "pkgs.iptables"
Example
pkgs.iptables-legacy
The package to use for running the firewall service.
package
if config.networking.nftables.enable then "pkgs.nftables" else "pkgs.iptables"
pkgs.iptables-legacy