nixos/firewall: make 'networking.firewall.package' example less confusing
pkgs.iptables-nftables-compat == pkgs.iptables (default) since cf9ac2b5
.
This commit is contained in:
parent
e7931c9dca
commit
833bcbc844
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue