lol

Merge pull request #5862 from joachifm/fix-pingLimit-example

firewall service: fix pingLimit example value

lethalman 364e308a 02e7a4d4

+1 -1
+1 -1
nixos/modules/services/networking/firewall.nix
··· 356 356 '' 357 357 If pings are allowed, this allows setting rate limits 358 358 on them. If non-null, this option should be in the form 359 - of flags like "-limit 1/minute -limit-burst 5" 359 + of flags like "--limit 1/minute --limit-burst 5" 360 360 ''; 361 361 }; 362 362