1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

common-gpu-nvidia: Add kepler

This commit is contained in:
Lyndon Sanche 2024-09-04 11:27:08 -06:00
parent 5fdecbf814
commit 7ea5daa492
No known key found for this signature in database

View file

@ -0,0 +1,7 @@
{lib, ...}:
{
imports = [ ../. ];
# The open source driver does not support Kepler GPUs.
hardware.nvidia.open = false;
}