1
0
Fork 0

hardware.enableKSM has been renamed to hardware.ksm.enable

This commit is contained in:
Kevin Baensch 2019-07-09 12:06:07 +02:00
parent 72a6bba36c
commit 4e25317f37
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ in {
firmware = with pkgs; [ firmwareLinuxNonfree i915-firmware firmware_surface ];
cpu.intel.updateMicrocode = true;
enableAllFirmware = true;
enableKSM = true;
ksm.enable = true;
opengl = {
driSupport = true;
extraPackages = with pkgs; [ intel-media-driver libvdpau-va-gl vaapiIntel vaapiVdpau intel-media-driver ];