mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/docker: Use backtick in description to format the option (#482752)
This commit is contained in:
commit
825aa7a843
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ in
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
**Deprecated**, please use hardware.nvidia-container-toolkit.enable instead.
|
||||
**Deprecated**, please use {option}`hardware.nvidia-container-toolkit.enable` instead.
|
||||
|
||||
Enable Nvidia GPU support inside docker containers.
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ in
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
**Deprecated**, please use hardware.nvidia-container-toolkit.enable instead.
|
||||
**Deprecated**, please use {option}`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