mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +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:
parent
0ed819e708
commit
af7de84f85
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../../common/cpu/intel
|
../../../../common/cpu/intel/comet-lake
|
||||||
];
|
];
|
||||||
|
|
||||||
services.throttled.enable = lib.mkDefault true;
|
services.throttled.enable = lib.mkDefault true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue