ideacentr-k330: include nvidia-fermi architecture

This commit is contained in:
Jörg Thalheim
2025-05-13 11:41:12 +02:00
parent 5aa1b0f049
commit ff949f78d6
2 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [ ../. ];
# The open source driver does not support Fermi GPUs.
hardware.nvidia.open = false;
}