about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2024-01-28 13:00:32 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2024-02-21 22:17:07 +0100
commit8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d (patch)
tree57376eda9f41ebfa145bbb3f0a4b9670b1a3c884 /nixos/doc/manual
parentfd464f0543b9b5370b1b3c165462e9f988d038bb (diff)
downloadnixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar.gz
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar.bz2
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar.lz
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar.xz
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.tar.zst
nixlib-8ba61ebb8acb51bf3d249a10a4671c5aaec7d91d.zip
services/hardware: add nvidia-container-toolkit
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 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 70ee02183f4f..38e5504bb18d 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.