lenovo-thinkpad-x1-2nd-gen

This commit is contained in:
VuiMuich
2025-04-26 15:21:12 +02:00
committed by mergify[bot]
parent f7bee55a5e
commit d07bb61449
3 changed files with 12 additions and 0 deletions

View File

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