diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index ac8d59e76267..7d7e58c8e086 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -750,7 +750,22 @@
arangodb versions 3.3, 3.4, and 3.5 have
been removed because they are at EOL upstream. The default is
- now 3.10.0.
+ now 3.10.0. Support for aarch64-linux has been removed since
+ the target cannot be built reproducibly. By default
+ arangodb is now built for the
+ haswell architecture. If you wish to build
+ for a different architecture, you may override the
+ targetArchitecture argument with a value
+ from
+ this
+ list supported upstream. Some architecture specific
+ optimizations are also conditionally enabled. You may alter
+ this behavior by overriding the
+ asmOptimizations parameter. You may also
+ add additional architecture support by adding more
+ -DHAS_XYZ flags to
+ cmakeFlags via
+ overrideAttrs.
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 3b13c7b8c486..33a91741c75b 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -236,7 +236,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
* `systemd.network.networks..dhcpV6Config` no longer accepts the `ForceDHCPv6PDOtherInformation=` setting. Please use the `WithoutRA=` and `UseDelegatedPrefix=` settings in your `systemd.network.networks..dhcpV6Config` and the `DHCPv6Client=` setting in your `systemd.network.networks..ipv6AcceptRAConfig` to control when the DHCPv6 client is started and how the delegated prefixes are handled by the DHCPv6 client.
* `systemd.network.networks..networkConfig` no longer accepts the `IPv6Token=` setting. Use the `Token=` setting in your `systemd.network.networks..ipv6AcceptRAConfig` instead. The `systemd.network.networks..ipv6Prefixes.*.ipv6PrefixConfig` now also accepts the `Token=` setting.
-- `arangodb` versions 3.3, 3.4, and 3.5 have been removed because they are at EOL upstream. The default is now 3.10.0.
+- `arangodb` versions 3.3, 3.4, and 3.5 have been removed because they are at EOL upstream. The default is now 3.10.0. Support for aarch64-linux has been removed since the target cannot be built reproducibly. By default `arangodb` is now built for the `haswell` architecture. If you wish to build for a different architecture, you may override the `targetArchitecture` argument with a value from [this list supported upstream](https://github.com/arangodb/arangodb/blob/207ec6937e41a46e10aea34953879341f0606841/cmake/OptimizeForArchitecture.cmake#L594). Some architecture specific optimizations are also conditionally enabled. You may alter this behavior by overriding the `asmOptimizations` parameter. You may also add additional architecture support by adding more `-DHAS_XYZ` flags to `cmakeFlags` via `overrideAttrs`.
- The `meta.mainProgram` attribute of packages in `wineWowPackages` now defaults to `"wine64"`.