1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-23 13:08:32 +02:00

p1: remove nvidia module again

This commit is contained in:
Jörg Thalheim 2021-06-26 15:11:18 +02:00
parent b59eaeb50a
commit a4a9796b73
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -1,7 +1,9 @@
{
imports = [
../../../common/cpu/intel
../../../common/gpu/nvidia.nix
# might need nvidia module but we don't know the PCI ids:
# https://github.com/NixOS/nixos-hardware/pull/274#discussion_r650483740
#../../../common/gpu/nvidia.nix
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];