hardware.nvidia.powerManagement.kernelSuspendNotifier

NixOS option

Whether to enable NVIDIA driver support for kernel suspend notifiers, which allows the driver to be notified of suspend and resume events by the kernel, rather than relying on systemd services. Requires NVIDIA driver version 595 or newer, and the open source kernel modules. .

type: boolean
Default
config.hardware.nvidia.open == true && lib.versionAtLeast config.hardware.nvidia.package.version "595"
Example
true
declared in: nixos/modules/hardware/video/nvidia.nixView source on NixOS/nixpkgs →