summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-10-10 23:26:31 -0400
committerWORLDofPEACE <worldofpeace@protonmail.ch>2020-10-10 23:26:42 -0400
commit8cae8e54a144897c1e58d0f48c3f9bc6740e1dc1 (patch)
tree617c34a21f60f252cee3df7466bb84dae0e369b0
parentMerge pull request #100085 from siraben/miranda-init (diff)
downloadnixpkgs-8cae8e54a144897c1e58d0f48c3f9bc6740e1dc1.tar.gz
Revert "mediatomb/gerbera: Add release note information for 20.09"
This was added to a release note when it's a feature not landing in that release. This reverts commit a007e07abb4640c61112b7650012f9e42463dc76.
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml41
1 files changed, 1 insertions, 40 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 4733fdb0ce61..486e527776ef 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -232,29 +232,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
<filename>testing-python.nix</filename> respectively.
</para>
</listitem>
- <listitem>
- <para>
- The Mediatomb service declares new options. It also adapts existing
- options to make the configuration generation lazy. The existing option
- <literal>customCfg</literal> (defaults to false), when enabled, stops
- the service configuration generation completely. It then expects the
- users to provide their own correct configuration at the right location
- (whereas the configuration was generated and not used at all before).
- The new option <literal>transcodingOption</literal> (defaults to no)
- allows a generated configuration. It makes the mediatomb service pulls
- the necessary runtime dependencies in the nix store (whereas it was
- generated with hardcoded values before). The new option
- <literal>mediaDirectories</literal> allows the users to declare autoscan
- media directories from their nixos configuration:
- <programlisting>
- services.mediatomb.mediaDirectories = [
- { path = "/var/lib/mediatomb/pictures"; recursive = false; hidden-files = false; }
- { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; }
- ];
- </programlisting>
- </para>
- </listitem>
- </itemizedlist>
+ </itemizedlist>
</section>
<section xmlns="http://docbook.org/ns/docbook"
@@ -897,23 +875,6 @@ CREATE ROLE postgres LOGIN SUPERUSER;
</para>
</listitem>
<listitem>
- <para>
- The mediatomb service is now using the new and maintained <literal>gerbera</literal>
- <literal>gerbera</literal> fork instead of the unmaintained
- <literal>mediatomb</literal> package. If you want to keep the old
- behavior, you must declare it with:
- <programlisting>
- services.mediatomb.package = pkgs.mediatomb;
- </programlisting>
- One new option <literal>openFirewall</literal> has been introduced which
- defaults to false. If you relied on the service declaration to add the
- firewall rules itself before, you should now declare it with:
- <programlisting>
- services.mediatomb.openFirewall = true;
- </programlisting>
- </para>
- </listitem>
- <listitem>
<para>
The GNOME desktop manager no longer default installs <package>gnome3.epiphany</package>.
It was chosen to do this as it has a usability breaking issue (see issue <link xlink:href="https://github.com/NixOS/nixpkgs/issues/98819">#98819</link>)