system(nvidia): use open driver by default
This commit is contained in:
parent
675ca4742d
commit
3410ac1ae5
@ -61,7 +61,8 @@ in
|
|||||||
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
||||||
# Only available from driver 515.43.04+
|
# Only available from driver 515.43.04+
|
||||||
# Currently alpha-quality/buggy, so false is currently the recommended setting.
|
# Currently alpha-quality/buggy, so false is currently the recommended setting.
|
||||||
open = lib.mkDefault false;
|
open = lib.mkDefault (!(lib.versionOlder config.hardware.nvidia.package.version "560"));
|
||||||
|
# to match <nixpkgs/nixos/modules/hardware/video/nvidia.nix>
|
||||||
|
|
||||||
# Enable the Nvidia settings menu,
|
# Enable the Nvidia settings menu,
|
||||||
# accessible via `nvidia-settings`.
|
# accessible via `nvidia-settings`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user