Adding gen6 support for lenovo thinkpad e14 (#1470)

Co-authored-by: DiGMi <digmi@sentrycs.com>
This commit is contained in:
Or Dagmi
2025-05-07 15:07:45 +03:00
committed by GitHub
parent 6aabf68429
commit 9b383cd3f4
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ lib, ... }:
{
imports = [
../../.
../../../../../common/cpu/intel/meteor-lake
];
services.throttled.enable = lib.mkDefault false;
}