Merge pull request #1843 from langsjo/pascal-580

nvidia/pascal: use legacy_580 drivers by default
This commit is contained in:
Doron Behar 2026-06-22 22:07:26 +00:00 committed by GitHub
commit dd499a1e8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}