kernel modules are uneeded

This commit is contained in:
Chris Cochrun 2025-10-08 17:21:23 -05:00
parent cfc03cf564
commit 03445a4af0

View file

@ -9,7 +9,7 @@
];
networking.hostName = "nixbook";
boot.initrd.kernelModules = [ "i915" ];
# boot.initrd.kernelModules = [ "i915" ];
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;