From 8cae8e54a144897c1e58d0f48c3f9bc6740e1dc1 Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sat, 10 Oct 2020 23:26:31 -0400 Subject: [PATCH] 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. --- nixos/doc/manual/release-notes/rl-2009.xml | 41 +--------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml index 4733fdb0ce6..486e527776e 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; testing-python.nix respectively. - - - The Mediatomb service declares new options. It also adapts existing - options to make the configuration generation lazy. The existing option - customCfg (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 transcodingOption (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 - mediaDirectories allows the users to declare autoscan - media directories from their nixos configuration: - - services.mediatomb.mediaDirectories = [ - { path = "/var/lib/mediatomb/pictures"; recursive = false; hidden-files = false; } - { path = "/var/lib/mediatomb/audio"; recursive = true; hidden-files = false; } - ]; - - - - +
- - - The mediatomb service is now using the new and maintained gerbera - gerbera fork instead of the unmaintained - mediatomb package. If you want to keep the old - behavior, you must declare it with: - - services.mediatomb.package = pkgs.mediatomb; - - One new option openFirewall 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: - - services.mediatomb.openFirewall = true; - - - The GNOME desktop manager no longer default installs gnome3.epiphany.