mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-26 11:39:44 +01:00
dell-precision-5560: remove redundant i915.modeset=1
This commit is contained in:
parent
b12e314726
commit
6828304671
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
|
||||||
boot = {
|
|
||||||
kernelParams = [ "i915.modeset=1" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
intelBusId = "PCI:0:2:0";
|
intelBusId = "PCI:0:2:0";
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
nvidiaBusId = "PCI:1:0:0";
|
||||||
|
|
Loading…
Reference in a new issue