mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/nvidia: add nvidia_dc_565 drivers
Also remove dc_520
This commit is contained in:
parent
51fabd133e
commit
438969f9ee
5 changed files with 38 additions and 21 deletions
|
@ -304,7 +304,7 @@ in
|
|||
message = "You cannot configure both X11 and Data Center drivers at the same time.";
|
||||
}
|
||||
{
|
||||
assertion = cfg.open != null;
|
||||
assertion = cfg.open != null || cfg.datacenter.enable;
|
||||
message = ''
|
||||
You must configure `hardware.nvidia.open` on NVIDIA driver versions >= 560.
|
||||
It is suggested to use the open source kernel modules on Turing or later GPUs (RTX series, GTX 16xx), and the closed source modules otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue