MyNixOS website logo
option

hardware.nvidia.powerManagement.kernelSuspendNotifier

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

Declarations
Type
boolean
Default
config.hardware.nvidia.open == true && lib.versionAtLeast config.hardware.nvidia.package.version "595"
Example
true