summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorLyndon Sanche <lsanche@lyndeno.ca>2021-12-24 15:04:39 -0700
committerLyndon Sanche <lsanche@lyndeno.ca>2021-12-29 08:35:41 -0700
commitc7008f8fdf49f1133c7d8d5524649d9ef239712d (patch)
treed3dfc8e729eb9b3bd694dd76a1a3cf02a4c30a27 /nixos/doc
parent9c49aab2d21083b536c17ccb36a096ed68f34ac4 (diff)
downloadnixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar.gz
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar.bz2
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar.lz
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar.xz
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.tar.zst
nixpkgs-c7008f8fdf49f1133c7d8d5524649d9ef239712d.zip
nixos/duplicati: Add dataDir to service
Other services such as minecraft-server and plex allow configuration of
the dataDir option, allowing the files stored by each service to be in a
custom location.

Co-authored-by: Aaron Andersen <aaron@fosslib.net>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 1e425248be0..4a68bc94186 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -253,6 +253,13 @@
           configuration.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The option <literal>services.duplicati.dataDir</literal> has
+          been added to allow changing the location of duplicati’s
+          files.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index ca89732fa80..55655272310 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -101,3 +101,5 @@ In addition to numerous new and upgraded packages, this release has the followin
   e.g. Wayland.
 
 - The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
+
+- The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.