nvidia/pascal: use legacy_580 drivers by default
590 and higher have dropped support for Pascal
This commit is contained in:
parent
2564d80414
commit
f8efd451e7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
# The open source driver does not support Pascal GPUs.
|
||||
hardware.nvidia.open = false;
|
||||
hardware.nvidia.package = lib.mkDefault config.boot.kernelPackages.nvidiaPackages.legacy_580;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue