nixos/rl-2205: fix invalid link

main
midchildan 2 years ago
parent 697ea7c69c
commit 552c993062
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935
  1. 5
      nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
  2. 6
      nixos/doc/manual/release-notes/rl-2205.section.md

@ -836,7 +836,7 @@
<listitem>
<para>
Some top-level settings under
<link linkend="opt-services.epgstation">services.epgstation</link>
<link linkend="opt-services.epgstation.enable">services.epgstation</link>
is now deprecated because it was redudant due to the same
options being present in
<link linkend="opt-services.epgstation.settings">services.epgstation.settings</link>.
@ -844,8 +844,7 @@
</listitem>
<listitem>
<para>
The option
<link linkend="opt-services.epgstation.basicAuth">services.epgstation.basicAuth</link>
The option <literal>services.epgstation.basicAuth</literal>
was removed because basic authentication support was dropped
by upstream.
</para>

@ -324,12 +324,12 @@ In addition to numerous new and upgraded packages, this release has the followin
- `pkgs.epgstation` has been upgraded from v1 to v2, resulting in incompatible
changes in the database scheme and configuration format.
- Some top-level settings under [services.epgstation](#opt-services.epgstation)
- Some top-level settings under [services.epgstation](#opt-services.epgstation.enable)
is now deprecated because it was redudant due to the same options being
present in [services.epgstation.settings](#opt-services.epgstation.settings).
- The option [services.epgstation.basicAuth](#opt-services.epgstation.basicAuth)
was removed because basic authentication support was dropped by upstream.
- The option `services.epgstation.basicAuth` was removed because basic
authentication support was dropped by upstream.
- The option [services.epgstation.database.passwordFile](#opt-services.epgstation.database.passwordFile)
no longer has a default value. Make sure to set this option explicitly before

Loading…
Cancel
Save