mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-17 22:41:17 +01:00
feat: Add configurations for nvidia microarchitectures with configs for the open source drivers
This commit is contained in:
parent
24bc1f98d8
commit
4ac7150415
6 changed files with 49 additions and 0 deletions
7
common/gpu/nvidia/pascal/default.nix
Normal file
7
common/gpu/nvidia/pascal/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{lib, ...}:
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
# The open source driver does not support Pascal GPUs.
|
||||
hardware.nvidia.open = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue