nixos/firewall: rename iptables-compat to iptables-nftables-compat

This commit is contained in:
Jörg Thalheim 2019-09-22 09:09:43 +01:00
parent 88c5b20606
commit ffa80e75b7
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -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."