···253 configuration.
254 </para>
255 </listitem>
256+ <listitem>
257+ <para>
258+ The option <literal>services.duplicati.dataDir</literal> has
259+ been added to allow changing the location of duplicati’s
260+ files.
261+ </para>
262+ </listitem>
263 </itemizedlist>
264 </section>
265</section>
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···101 e.g. Wayland.
102103- The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
00
···101 e.g. Wayland.
102103- The `services.stubby` module was converted to a [settings-style](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
104+105+- The option `services.duplicati.dataDir` has been added to allow changing the location of duplicati's files.
···20 # The websites yt-dlp deals with are a very moving target. That means that
21 # downloads break constantly. Because of that, updates should always be backported
22 # to the latest stable release.
23- version = "2021.12.25";
2425 src = fetchPypi {
26 inherit pname;
27 version = builtins.replaceStrings [ ".0" ] [ "." ] version;
28- sha256 = "sha256-h8E1F8VVEM+sqGFyYN43YCkDXbwvhxWnQmulZS6P4hI=";
29 };
3031 propagatedBuildInputs = [ websockets mutagen ]
···20 # The websites yt-dlp deals with are a very moving target. That means that
21 # downloads break constantly. Because of that, updates should always be backported
22 # to the latest stable release.
23+ version = "2021.12.27";
2425 src = fetchPypi {
26 inherit pname;
27 version = builtins.replaceStrings [ ".0" ] [ "." ] version;
28+ sha256 = "sha256-IkTfN1l1FIfnlrI7ZyFr7pjnCDKjpDwlJrCw4Lv7y1s=";
29 };
3031 propagatedBuildInputs = [ websockets mutagen ]