Skip to content

Commit f8efd45

Browse files
langsjodoronbehar
authored andcommitted
nvidia/pascal: use legacy_580 drivers by default
590 and higher have dropped support for Pascal
1 parent 2564d80 commit f8efd45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
{ lib, ... }:
1+
{ config, lib, ... }:
22
{
33
imports = [ ../. ];
44

55
# The open source driver does not support Pascal GPUs.
66
hardware.nvidia.open = false;
7+
hardware.nvidia.package = lib.mkDefault config.boot.kernelPackages.nvidiaPackages.legacy_580;
78
}

0 commit comments

Comments
 (0)