shell: fix nixos-enter
[sourcephile-nix.git] / nixos / profiles / hardware / dl10j.nix
index 67aa5e1ab45a0aa060a615933bbc822fc1103f06..4a8fc6c729beb756ad01e76e7b5dcda47835d8ae 100644 (file)
@@ -6,7 +6,7 @@
   };
   _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)
@@ -33,7 +33,7 @@
     grub = {
       enable = true;
       copyKernels = true;
-      configurationLimit = 9;
+      configurationLimit = 3;
       efiSupport = true;
       # Because canTouchEfiVariables doesn't work on this system
       efiInstallAsRemovable = true;