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