nixos/nvidia: add nvidia_dc_565 drivers

Also remove dc_520
This commit is contained in:
Edward Tjörnhammar 2024-12-19 17:44:52 +01:00
parent 51fabd133e
commit 438969f9ee
5 changed files with 38 additions and 21 deletions

View file

@ -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.