nixos/firewall: rename iptables-compat to iptables-nftables-compat
This commit is contained in:
parent
88c5b20606
commit
ffa80e75b7
1 changed files with 2 additions and 1 deletions
|
@ -334,7 +334,8 @@ in
|
|||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.iptables;
|
||||
example = pkgs.iptables-compat;
|
||||
defaultText = "pkgs.iptables";
|
||||
example = literalExample "pkgs.iptables-nftables-compat";
|
||||
description =
|
||||
''
|
||||
The iptables package to use for running the firewall service."
|
||||
|
|
Loading…
Reference in a new issue