feat(dregil): Remove extra nvidia modules package

It conflicted with the beta version of the nvidia drivers.
This commit is contained in:
Alexander Kobjolke 2024-05-26 11:52:21 +02:00
parent d3af015295
commit 02a4c192d4

View file

@ -43,7 +43,6 @@
"kvm-intel"
"nvidia"
];
boot.extraModulePackages = [ pkgs.linuxPackages.nvidia_x11 ];
boot.kernelParams = [ "module_blacklist=i915" ];
fileSystems."/" = {