nixos: Update podman and docker option
nixos/podman: Use backtick in description to format the option nixos/docker: Use backtick in description to format the option Co-Authored-By: Rafael Fernández López <ereslibre@gmail.com>
This commit is contained in:
co-authored by
Rafael Fernández López
parent
2abca73fe0
commit
e635290bd9
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user