mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
common-gpu-nvidia: Add kepler
This commit is contained in:
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user