summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2022-02-08 10:31:09 +0100
committerPierre Bourdon <delroth@gmail.com>2022-02-08 10:31:09 +0100
commit833bcbc84438c1f4182f2887d4bcfc47c4b43fbc (patch)
tree693230b141cc7348ef91c0d7268834e8165cb597 /nixos/modules/services/networking
parente7931c9dca9035faca018412abbdfae227c8ee47 (diff)
downloadnixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar.gz
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar.bz2
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar.lz
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar.xz
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.tar.zst
nixpkgs-833bcbc84438c1f4182f2887d4bcfc47c4b43fbc.zip
nixos/firewall: make 'networking.firewall.package' example less confusing
pkgs.iptables-nftables-compat == pkgs.iptables (default) since cf9ac2b5.
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/firewall.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix
index ff023a888f2..2aa3be16f6e 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."