feat(tazjin/khamovnik): add intel OpenCL runtime

Change-Id: If882314204e7d0f8c2be5587fb4569ba273cf776
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10742
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-02-04 20:19:21 +03:00 committed by clbot
parent 172173d744
commit 01bbc812c6

View file

@ -69,6 +69,7 @@ in
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
hardware.opengl.extraPackages = [ pkgs.intel-compute-runtime ];
# from generated configuration.nix
# Bootloader.