From a4a9796b73318ad254c4555d5e722acef0b6818b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 26 Jun 2021 15:11:18 +0200 Subject: [PATCH] p1: remove nvidia module again --- lenovo/thinkpad/p1/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lenovo/thinkpad/p1/default.nix b/lenovo/thinkpad/p1/default.nix index b3554c2..3575693 100644 --- a/lenovo/thinkpad/p1/default.nix +++ b/lenovo/thinkpad/p1/default.nix @@ -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 ];