diff --git a/nixos/doc/manual/release-notes/rl-2611.section.md b/nixos/doc/manual/release-notes/rl-2611.section.md index 2b7750602776..7636e49cc7fa 100644 --- a/nixos/doc/manual/release-notes/rl-2611.section.md +++ b/nixos/doc/manual/release-notes/rl-2611.section.md @@ -89,9 +89,9 @@ - Apache Kafka has dropped support for ZooKeeper mode. The `apacheKafka_3_9` and `apacheKafka_4_0` packages have been removed, as every remaining packaged version is KRaft-only. The `services.apache-kafka.zookeeper` option (previously an alias for `services.apache-kafka.settings."zookeeper.connect"`) has been removed; migrate your cluster to [KRaft](#module-services-apache-kafka-kraft) mode instead. -- `virtualisation.registries.block` / `insecure` / `search` were deprecated, +- `virtualisation.containers.registries.block` / `insecure` / `search` were deprecated, because they mapped to the deprecated V1 `registries.conf` format. - See the new option {option}`virtualisation.registries.settings` + See the new option {option}`virtualisation.containers.registries.settings` and [containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md) to migrate to the new configuration format.