porcorosso: block i2c-nvidia-gpu, causes X11 to fail to init

This commit is contained in:
Luke Granger-Brown 2022-01-07 12:51:18 +00:00
parent bac7e1fb69
commit fe09e44c5c

View file

@ -33,6 +33,7 @@ in {
"sd_mod" "sd_mod"
"rtsx_pci_sdmmc" "rtsx_pci_sdmmc"
]; ];
boot.blacklistedKernelModules = [ "i2c_nvidia_gpu" ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
boot.kernel.sysctl = { boot.kernel.sysctl = {