From 4dbd8ec8d903da94ec08922af618efc3a4c5a41c Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Mon, 28 Jun 2021 15:15:47 +0200 Subject: [PATCH] Blacklist noveau for p14s --- hardware/thinkpad-p14s.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/thinkpad-p14s.nix b/hardware/thinkpad-p14s.nix index 90eda6c..637a347 100644 --- a/hardware/thinkpad-p14s.nix +++ b/hardware/thinkpad-p14s.nix @@ -18,6 +18,7 @@ "rtsx_pci_sdmmc" ]; boot.kernelModules = [ "kvm-intel" ]; + boot.blacklistedKernelModules = [ "nouveau" ]; # Ignore Alcor smartcard (gpg is not very smart) # See https://ludovicrousseau.blogspot.com/2015/12/remove-andor-customize-pcsc-reader-names.html