summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-02-08 12:11:59 +0000
committerGitHub <noreply@github.com>2022-02-08 12:11:59 +0000
commit1d36731a2add98836d91cd7ed6abb60bb28ae782 (patch)
treed7106affe21a019e1bea836edf8acdf280168a7f /nixos
parent9933a1c8c23a58d9ca651de9fd85b80da3be1f06 (diff)
parent833bcbc84438c1f4182f2887d4bcfc47c4b43fbc (diff)
downloadnixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar.gz
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar.bz2
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar.lz
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar.xz
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.tar.zst
nixpkgs-1d36731a2add98836d91cd7ed6abb60bb28ae782.zip
Merge pull request #158578 from delroth/iptables-docs
nixos/firewall: make 'networking.firewall.package' example less confusing
Diffstat (limited to 'nixos')
-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."