mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 08:41:03 +01:00
8 lines
129 B
Nix
8 lines
129 B
Nix
{lib, ...}:
|
|
{
|
|
imports = [ ../. ];
|
|
|
|
# The open source driver does not support Maxwell GPUs.
|
|
hardware.nvidia.open = false;
|
|
}
|