Unverified Commit c9543015 authored by David Wilemski's avatar David Wilemski Committed by GitHub
Browse files

nixos/firewall: remove stray quote from package option

This quote is not needed and shows up rendered in the manpage documenting this option.
parent 377c0989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
          '';
      };