Remove module blackliost

This commit is contained in:
Johannes Jöns 2023-02-27 17:56:52 +01:00
parent e2e912bf19
commit 185be2c159

View file

@ -21,7 +21,7 @@
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
boot.kernelParams = [ "module_blacklist=i915" ];
#boot.kernelParams = [ "module_blacklist=i915" ];
environment.systemPackages = with pkgs; [
git