mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
hp.14-df0023: init
This commit is contained in:
16
hp/notebook/14-df0023/default.nix
Normal file
16
hp/notebook/14-df0023/default.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user