hp.14-df0023: init

This commit is contained in:
Tomo
2023-05-25 17:38:31 -07:00
parent 4cc688ee71
commit 54cc1a6c79
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{ config, lib, ... }:
with lib;
{
imports = [
../../../common/cpu/intel
../../../common/cpu/intel/sandy-bridge
../../../common/pc
../../../common/pc/laptop
../../../common/pc/laptop/hdd
../../../common/pc/hdd
];
config = {
services.thermald.enable = mkDefault true;
};
}