From e635290bd96d645bed8327bf1a9645fe38a135c2 Mon Sep 17 00:00:00 2001 From: n <54501296+2hexed@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:37:37 +0530 Subject: [PATCH] nixos: Update podman and docker option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- nixos/modules/virtualisation/docker.nix | 2 +- nixos/modules/virtualisation/podman/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix index bba01002a749..099d60423f00 100644 --- a/nixos/modules/virtualisation/docker.nix +++ b/nixos/modules/virtualisation/docker.nix @@ -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. ''; diff --git a/nixos/modules/virtualisation/podman/default.nix b/nixos/modules/virtualisation/podman/default.nix index 21a0e083d871..5e4002c7bfcb 100644 --- a/nixos/modules/virtualisation/podman/default.nix +++ b/nixos/modules/virtualisation/podman/default.nix @@ -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. '';