nixos/docker: Use backtick in description to format the option (#482752)

This commit is contained in:
Sandro 2026-03-21 19:38:39 +00:00 committed by GitHub
commit 825aa7a843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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.
'';

View file

@ -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.
'';