nixos/firewall: rename iptables-compat to iptables-nftables-compat
This commit is contained in:
parent
88c5b20606
commit
ffa80e75b7
|
@ -334,7 +334,8 @@ in
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.iptables;
|
default = pkgs.iptables;
|
||||||
example = pkgs.iptables-compat;
|
defaultText = "pkgs.iptables";
|
||||||
|
example = literalExample "pkgs.iptables-nftables-compat";
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
The iptables package to use for running the firewall service."
|
The iptables package to use for running the firewall service."
|
||||||
|
|
Loading…
Reference in New Issue