hardware.nvidia-container-toolkit.disable-hooks

List of hooks to disable when generating the CDI specification. Each hook name will be passed as --disable-hook <hook-name> to nvidia-ctk. Set to an empty list to disable no hooks.

Type
list of non-empty string
Default
[
  "create-symlinks"
]
Declared
<nixpkgs/nixos/modules/services/hardware/nvidia-container-toolkit>