nixos/radicale: harden systemd unit

This commit is contained in:
Robert Schütz
2021-05-04 17:43:26 +02:00
parent 022c5b0922
commit 762be5c86d
3 changed files with 51 additions and 8 deletions
@@ -721,6 +721,13 @@ environment.systemPackages = [
automatically based on <option>system.stateVersion</option>, the latest
version is always used because old versions are not officially supported.
</para>
<para>
Furthermore, Radicale's systemd unit was hardened which might break some
deployments. In particular, a non-default
<literal>filesystem_folder</literal> has to be added to
<option>systemd.services.radicale.serviceConfig.ReadWritePaths</option> if
the deprecated <option>services.radicale.config</option> is used.
</para>
</listitem>
</itemizedlist>
</section>