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" ''; };