Commit e635290b authored by n's avatar n
Browse files

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: default avatarRafael Fernández López <ereslibre@gmail.com>
parent 2abca73f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
      '';
+1 −1
Original line number Diff line number Diff line
@@ -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.
      '';