Skip to content

Commit

Permalink
dell-precision-5560: remove redundant config
Browse files Browse the repository at this point in the history
  • Loading branch information
matdibu committed Sep 27, 2024
1 parent a4e69fc commit 2061ba2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dell/precision/5560/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2061ba2

Please sign in to comment.