This commit is contained in:
emergentmind
2025-02-24 19:53:51 -07:00
committed by mergify[bot]
parent de70a293ae
commit 1b1acdc3e7
4 changed files with 70 additions and 0 deletions

View File

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