1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-11 19:39:46 +01:00

E14-intel: import intel comet lake

The E14 has a i5-10210U which is from comet lake.

see https://www.intel.com/content/www/us/en/products/sku/195436/intel-core-i510210u-processor-6m-cache-up-to-4-20-ghz/specifications.html
This commit is contained in:
Sandro Jäckel 2024-12-03 15:42:01 +01:00
parent cceee0a31d
commit 87656d7ee1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -3,8 +3,10 @@
{
imports = [
../.
../../../../common/cpu/intel
../../../../common/cpu/intel/comet-lake
];
hardware.intelgpu.vaapiDriver = "intel-media-driver";
services.throttled.enable = lib.mkDefault true;
}