nixos/zookeeper: Update doc with suggested description
This commit is contained in:
@@ -1311,9 +1311,10 @@
|
|||||||
<para>
|
<para>
|
||||||
<literal>services.zookeeper</literal> has a new option
|
<literal>services.zookeeper</literal> has a new option
|
||||||
<literal>jre</literal> for specifying the JRE to start
|
<literal>jre</literal> for specifying the JRE to start
|
||||||
zookeeper with. It defaults to the JRE built with
|
zookeeper with. It defaults to the JRE that
|
||||||
<literal>pkgs.zookeeper</literal> instead of
|
<literal>pkgs.zookeeper</literal> was wrapped with, instead of
|
||||||
<literal>pkgs.jre</literal>.
|
<literal>pkgs.jre</literal>. This changes the JRE to
|
||||||
|
<literal>pkgs.jdk11_headless</literal> by default.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
@@ -519,8 +519,8 @@ In addition to numerous new and upgraded packages, this release has the followin
|
|||||||
commands from `otelcontribcol` to `otelcorecol` and enjoy a 7x smaller binary.
|
commands from `otelcontribcol` to `otelcorecol` and enjoy a 7x smaller binary.
|
||||||
|
|
||||||
- `services.zookeeper` has a new option `jre` for specifying the JRE to start
|
- `services.zookeeper` has a new option `jre` for specifying the JRE to start
|
||||||
zookeeper with. It defaults to the JRE built with `pkgs.zookeeper` instead of
|
zookeeper with. It defaults to the JRE that `pkgs.zookeeper` was wrapped with,
|
||||||
`pkgs.jre`.
|
instead of `pkgs.jre`. This changes the JRE to `pkgs.jdk11_headless` by default.
|
||||||
|
|
||||||
- `pkgs.pgadmin` now refers to `pkgs.pgadmin4`. `pgadmin3` has been removed.
|
- `pkgs.pgadmin` now refers to `pkgs.pgadmin4`. `pgadmin3` has been removed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user