lenovo/thinkpad/t490s: init

This commit is contained in:
Joe
2025-01-28 19:07:31 +00:00
committed by mergify[bot]
parent dfad538f75
commit 3009bcb058
3 changed files with 11 additions and 0 deletions

View File

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