1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-18 19:07:23 +02:00

dell-precision-5560: remove redundant config

This commit is contained in:
Matei Dibu 2024-09-27 18:45:07 +03:00
parent a4e69fc9ba
commit 2061ba2611

View file

@ -11,13 +11,9 @@
hardware.enableRedistributableFirmware = lib.mkDefault true;
boot = {
blacklistedKernelModules = [ "nouveau" ];
kernelModules = [ "kvm-intel" ];
kernelParams = [ "i915.modeset=1" ];
};
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";