From 7023e03d7796ea13e745bce07bccfea5863845e5 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 20 Jan 2015 08:24:14 +0100 Subject: [PATCH] firewall service: fix pingLimit example value The example uses single dashes, whereas iptables requires double dashes. --- nixos/modules/services/networking/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix index 1f17661c9f0..b05a640e11f 100644 --- a/nixos/modules/services/networking/firewall.nix +++ b/nixos/modules/services/networking/firewall.nix @@ -356,7 +356,7 @@ in '' If pings are allowed, this allows setting rate limits on them. If non-null, this option should be in the form - of flags like "-limit 1/minute -limit-burst 5" + of flags like "--limit 1/minute --limit-burst 5" ''; };