mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
ideacentr-k330: include nvidia-fermi architecture
This commit is contained in:
7
common/gpu/nvidia/fermi/default.nix
Normal file
7
common/gpu/nvidia/fermi/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
# The open source driver does not support Fermi GPUs.
|
||||
hardware.nvidia.open = false;
|
||||
}
|
||||
Reference in New Issue
Block a user