Add HP ProBook 460 G11

This commit is contained in:
cassis163 2025-07-16 22:37:38 +02:00 committed by Jörg Thalheim
parent 47eb4856cf
commit 4a39585546
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ config, lib, ... }:
{
imports = [
../../../common/cpu/intel/meteor-lake
../../../common/pc
../../../common/pc/laptop
../../../common/pc/ssd
];
config = {
services.thermald.enable = lib.mkDefault true;
};
}