about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-23 05:09:55 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-23 05:09:55 +0100
commit5f5062d1ef49274c6eae6e96366ad8200517548a (patch)
tree4cacf1b1d99b1fc85319f0a51f36fffad38beea3 /nixos/doc/manual
parent674880be880b735307c2e308270e043bd174cd41 (diff)
parentcbc4211f0afffe6dfd2478a62615dd5175a13f9a (diff)
downloadnixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar.gz
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar.bz2
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar.lz
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar.xz
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.tar.zst
nixlib-5f5062d1ef49274c6eae6e96366ad8200517548a.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md6
1 files changed, 6 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 26052d7cc10a..ac3d2b69a4a2 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -25,6 +25,10 @@ In addition to numerous new and upgraded packages, this release has the followin
 - A new option `systemd.sysusers.enable` was added. If enabled, users and
   groups are created with systemd-sysusers instead of with a custom perl script.
 
+- A new option `virtualisation.containers.cdi` was added. It contains `static` and `dynamic` attributes (corresponding to `/etc/cdi` and `/run/cdi` respectively) to configure the Container Device Interface (CDI).
+
+- `virtualisation.docker.enableNvidia` and `virtualisation.podman.enableNvidia` options are deprecated. `virtualisation.containers.cdi.dynamic.nvidia.enable` should be used instead. This option will expose GPUs on containers with the `--device` CLI option. This is supported by Docker 25, Podman 3.2.0 and Singularity 4. Any container runtime that supports the CDI specification will take advantage of this feature.
+
 - A new option `system.etc.overlay.enable` was added. If enabled, `/etc` is
   mounted via an overlayfs instead of being created by a custom perl script.
 
@@ -81,6 +85,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [RustDesk](https://rustdesk.com), a full-featured open source remote control alternative for self-hosting and security with minimal configuration. Alternative to TeamViewer.
 
+- [Scrutiny](https://github.com/AnalogJ/scrutiny), a S.M.A.R.T monitoring tool for hard disks with a web frontend.
+
 - [systemd-lock-handler](https://git.sr.ht/~whynothugo/systemd-lock-handler/), a bridge between logind D-Bus events and systemd targets. Available as [services.systemd-lock-handler.enable](#opt-services.systemd-lock-handler.enable).
 
 ## Backward Incompatibilities {#sec-release-24.05-incompatibilities}