};
_module.args.CPUs = 2;
hardware.cpu.intel.updateMicrocode = true;
- hardware.opengl = {
+ hardware.graphics = {
extraPackages = [
pkgs.intel-media-driver # LIBVA_DRIVER_NAME=iHD
pkgs.vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
grub = {
enable = true;
copyKernels = true;
- configurationLimit = 9;
+ configurationLimit = 3;
efiSupport = true;
# Because canTouchEfiVariables doesn't work on this system
efiInstallAsRemovable = true;