about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-07-01 16:10:14 -0400
committerAaron Andersen <aaron@fosslib.net>2019-07-20 18:36:19 -0400
commit0fd69629c703a508a3529463604140caa059e349 (patch)
treed3b826706c358fec4246e389234e73fdac992398 /nixos/doc
parent505df09d502c2f58063828e03e522ffa29d611d1 (diff)
downloadnixlib-0fd69629c703a508a3529463604140caa059e349.tar
nixlib-0fd69629c703a508a3529463604140caa059e349.tar.gz
nixlib-0fd69629c703a508a3529463604140caa059e349.tar.bz2
nixlib-0fd69629c703a508a3529463604140caa059e349.tar.lz
nixlib-0fd69629c703a508a3529463604140caa059e349.tar.xz
nixlib-0fd69629c703a508a3529463604140caa059e349.tar.zst
nixlib-0fd69629c703a508a3529463604140caa059e349.zip
nixos/httpd: mark extraSubservices option as deprecated
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index c8739d046386..e04945e27309 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -149,9 +149,15 @@
    </listitem>
    <listitem>
     <para>
-     Several of the apache subservices have been replaced with full NixOS
-     modules including LimeSurvey, WordPress, and Zabbix.
-     These modules can be enabled using the <option>services.limesurvey.enable</option>,
+     The option <option>services.httpd.extraSubservices</option> has been
+     marked as deprecated. You may still use this feature, but it will be
+     removed in a future release of NixOS. You are encouraged to convert any
+     httpd subservices you may have written to a full NixOS module.
+    </para>
+    <para>
+     Most of the httpd subservices packaged with NixOS have been replaced with
+     full NixOS modules including LimeSurvey, WordPress, and Zabbix. These
+     modules can be enabled using the <option>services.limesurvey.enable</option>,
      <option>services.wordpress.enable</option>, and <option>services.zabbixWeb.enable</option> options.
     </para>
    </listitem>