1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-25 19:19:44 +01:00

dell-precision-5560: remove redundant i915.modeset=1

This commit is contained in:
Matei Dibu 2024-12-18 12:37:13 +02:00
parent b12e314726
commit 6828304671

View file

@ -9,10 +9,6 @@
hardware.enableRedistributableFirmware = lib.mkDefault true;
boot = {
kernelParams = [ "i915.modeset=1" ];
};
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";