unifi: unifi6 -> unifi7

This commit is contained in:
pennae 2022-03-18 08:35:25 +01:00 committed by Kerstin
parent 584217ec82
commit 201a32a1a7
3 changed files with 12 additions and 1 deletions

View File

@ -1248,6 +1248,14 @@
compatibilty, but will be removed at a later date.
</para>
</listitem>
<listitem>
<para>
The <literal>unifi</literal> package was switched from
<literal>unifi6</literal> to <literal>unifi7</literal>. Direct
downgrades from Unifi 7 to Unifi 6 are not possible and
require restoring from a backup made by Unifi 6.
</para>
</listitem>
<listitem>
<para>
<literal>programs.zsh.autosuggestions.strategy</literal> now

View File

@ -464,6 +464,9 @@ In addition to numerous new and upgraded packages, this release has the followin
combined `influxdb2` package is still provided in this release for
backwards compatibilty, but will be removed at a later date.
- The `unifi` package was switched from `unifi6` to `unifi7`.
Direct downgrades from Unifi 7 to Unifi 6 are not possible and require restoring from a backup made by Unifi 6.
- `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string.
- The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11.

View File

@ -22194,7 +22194,7 @@ with pkgs;
unifi6
unifi7;
unifi = unifi6;
unifi = unifi7;
unifi-video = callPackage ../servers/unifi-video { };