1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 05:17:22 +02:00
nixos-hardware/common/gpu/nvidia/kepler/default.nix

8 lines
128 B
Nix
Raw Normal View History

2024-09-04 19:27:08 +02:00
{lib, ...}:
{
imports = [ ../. ];
# The open source driver does not support Kepler GPUs.
hardware.nvidia.open = false;
}