mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
ideacentr-k330: include nvidia-fermi architecture
This commit is contained in:
parent
5aa1b0f049
commit
ff949f78d6
2 changed files with 10 additions and 3 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue