about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorqubitnano <146656568+qubitnano@users.noreply.github.com>2024-05-05 10:56:02 -0400
committerqubitnano <146656568+qubitnano@users.noreply.github.com>2024-05-05 11:02:01 -0400
commita33fb7e970a014b23ab24dfa491acde63f33e8d1 (patch)
treea3708f7c48655d2afd9af1d633a69cd26a46abea /nixos/doc
parent827804ca9ca7295625b64df561dad5d658f28f28 (diff)
nixos/release-notes: add avx cpu requirement for mongodb_5.0 and newer
https://www.mongodb.com/docs/v5.0/administration/production-notes/#platform-support-notes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index b1ca335aecdfe..e7eee3db99cb6 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -269,6 +269,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `mongodb-4_4` has been removed as it has reached end of life. Consequently, `unifi7` and `unifi8` now use MongoDB 5.0 by default.
 
+- `mongodb-5_0` and newer requires a cpu with the avx instruction set to run.
+
 - `nitter` requires a `guest_accounts.jsonl` to be provided as a path or loaded into the default location at `/var/lib/nitter/guest_accounts.jsonl`. See [Guest Account Branch Deployment](https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment) for details.
 
 - `boot.supportedFilesystems` and `boot.initrd.supportedFilesystems` are now attribute sets instead of lists. Assignment from lists as done previously is still supported, but checking whether a filesystem is enabled must now by done using `supportedFilesystems.fs or false` instead of using `lib.elem "fs" supportedFilesystems` as was done previously.