From 833bcbc84438c1f4182f2887d4bcfc47c4b43fbc Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Tue, 8 Feb 2022 10:31:09 +0100 Subject: nixos/firewall: make 'networking.firewall.package' example less confusing pkgs.iptables-nftables-compat == pkgs.iptables (default) since cf9ac2b5. --- nixos/modules/services/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix index ff023a888f26..2aa3be16f6e9 100644 --- a/nixos/modules/services/networking/firewall.nix +++ b/nixos/modules/services/networking/firewall.nix @@ -326,7 +326,7 @@ in type = types.package; default = pkgs.iptables; defaultText = literalExpression "pkgs.iptables"; - example = literalExpression "pkgs.iptables-nftables-compat"; + example = literalExpression "pkgs.iptables-legacy"; description = '' The iptables package to use for running the firewall service." -- cgit 1.4.1