2023-05-26 00:38:31 +00:00
|
|
|
{ config, lib, ... }:
|
|
|
|
with lib;
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../../common/cpu/intel
|
2024-06-29 00:23:23 +00:00
|
|
|
../../../common/gpu/intel/sandy-bridge
|
2023-05-26 00:38:31 +00:00
|
|
|
../../../common/pc
|
|
|
|
../../../common/pc/laptop
|
|
|
|
../../../common/pc/laptop/hdd
|
|
|
|
];
|
|
|
|
|
|
|
|
config = {
|
|
|
|
services.thermald.enable = mkDefault true;
|
|
|
|
};
|
|
|
|
}
|