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:
n
2026-03-01 18:40:57 +05:30
co-authored by Rafael Fernández López
parent 2abca73fe0
commit e635290bd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
'';