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 0182840f7d
commit a7811a58ac

View file

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