mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
virtualisation/{docker,podman}: update nvidia-ctk warning
Warnings and descriptions for `virtualisation.docker.enableNvidia` and `virtualisation.podman.enableNvidia` point erroneously to set `virtualisation.containers.cdi.dynamic.nvidia.enable`. This NixOS option has been deprecated and the recommended NixOS option is `hardware.nvidia-container-toolkit.enable`.
This commit is contained in:
parent
1105437858
commit
3d2a21eddf
2 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ in
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
**Deprecated**, please use virtualisation.containers.cdi.dynamic.nvidia.enable instead.
|
||||
**Deprecated**, please use hardware.nvidia-container-toolkit.enable instead.
|
||||
|
||||
Enable use of NVidia GPUs from within podman containers.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue