summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2021-10-29 00:00:10 +0200
committerKerstin <kerstin@erictapen.name>2021-11-05 12:20:40 +0100
commit0f60c45e9c577124dc371e442bdf5d91fc52d9dd (patch)
tree714879f7a360f460f3d091d8bae984f2963619f2 /nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
parent79ea7aa9f9cbb493e335d71a404d57488735df8d (diff)
downloadnixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar.gz
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar.bz2
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar.lz
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar.xz
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.tar.zst
nixpkgs-0f60c45e9c577124dc371e442bdf5d91fc52d9dd.zip
nixos/unifi: refactor mountpoints
Use service internal bind mounts instead of global ones.

This also moves the logs to /var/log/unifi on the host
and the run directory to /run/unifi.

Closes #61424
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2111.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 329ea1409c9..543f3d61980 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1817,6 +1817,39 @@ Superuser created successfully.
           </listitem>
         </itemizedlist>
       </listitem>
+      <listitem>
+        <para>
+          The
+          <link xlink:href="options.html#opt-services.unifi.enable">services.unifi</link>
+          module has been reworked, solving a number of issues. This
+          leads to several user facing changes:
+        </para>
+        <itemizedlist spacing="compact">
+          <listitem>
+            <para>
+              The <literal>services.unifi.dataDir</literal> option is
+              removed and the data is now always located under
+              <literal>/var/lib/unifi/data</literal>. This is done to
+              make better use of systemd state direcotiry and thus
+              making the service restart more reliable.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              The unifi logs can now be found under:
+              <literal>/var/log/unifi</literal> instead of
+              <literal>/var/lib/unifi/logs</literal>.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              The unifi run directory can now be found under:
+              <literal>/run/unifi</literal> instead of
+              <literal>/var/lib/unifi/run</literal>.
+            </para>
+          </listitem>
+        </itemizedlist>
+      </listitem>
     </itemizedlist>
   </section>
 </section>