Merge pull request #202005 from davidwilemski/patch-1

nixos/firewall: remove stray quote from package option
This commit is contained in:
Bobby Rong
2022-11-20 19:28:11 +08:00
committed by GitHub
@@ -325,7 +325,7 @@ in
example = literalExpression "pkgs.iptables-legacy";
description =
lib.mdDoc ''
The iptables package to use for running the firewall service."
The iptables package to use for running the firewall service.
'';
};