mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
common-gpu-nvidia: Add kepler
This commit is contained in:
parent
5fdecbf814
commit
7ea5daa492
1 changed files with 7 additions and 0 deletions
7
common/gpu/nvidia/kepler/default.nix
Normal file
7
common/gpu/nvidia/kepler/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{lib, ...}:
|
||||||
|
{
|
||||||
|
imports = [ ../. ];
|
||||||
|
|
||||||
|
# The open source driver does not support Kepler GPUs.
|
||||||
|
hardware.nvidia.open = false;
|
||||||
|
}
|
Loading…
Reference in a new issue