mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
doc: document openjdk changes
This commit is contained in:
parent
3be06e76e3
commit
e5f214ff21
2 changed files with 10 additions and 0 deletions
|
@ -851,6 +851,14 @@
|
|||
value of this setting.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>openjdk</literal> from version 11 and above is not
|
||||
build with <literal>openjfx</literal> (i.e.: JavaFX) support
|
||||
by default anymore. You can re-enable it by overriding, e.g.:
|
||||
<literal>openjdk11.override { enableJavaFX = true; };</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="https://xastir.org/index.php/Main_Page">Xastir</link>
|
||||
|
|
|
@ -211,6 +211,8 @@ In addition to numerous new and upgraded packages, this release has the followin
|
|||
|
||||
- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.
|
||||
|
||||
- `openjdk` from version 11 and above is not build with `openjfx` (i.e.: JavaFX) support by default anymore. You can re-enable it by overriding, e.g.: `openjdk11.override { enableJavaFX = true; };`.
|
||||
|
||||
- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.
|
||||
|
||||
- `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision
|
||||
|
|
Loading…
Reference in a new issue