porcorosso: block i2c-nvidia-gpu, causes X11 to fail to init
This commit is contained in:
parent
bac7e1fb69
commit
fe09e44c5c
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue