Unverified Commit 3a5404f9 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #202005 from davidwilemski/patch-1

nixos/firewall: remove stray quote from package option
parents 991053d8 c9543015
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.
          '';
      };