diff --git a/nixos/doc/manual/release-notes/rl-1412.xml b/nixos/doc/manual/release-notes/rl-1412.xml index 7249317a0c7..36ae48af759 100644 --- a/nixos/doc/manual/release-notes/rl-1412.xml +++ b/nixos/doc/manual/release-notes/rl-1412.xml @@ -112,9 +112,9 @@ xlink:href="http://httpd.apache.org/docs/2.4/upgrading.html">Apache’s documentation for details. If you wish to continue to use httpd 2.2, add the following line to your NixOS configuration: -rogramlisting> -rvices.httpd.package = pkgs.apacheHttpd_2_2; -programlisting> + +services.httpd.package = pkgs.apacheHttpd_2_2; +