nixos-hardware/intel/nuc/8i7beh/default.nix

10 lines
118 B
Nix
Raw Normal View History

2022-12-31 10:52:38 +00:00
{ lib, ... }:
2021-11-29 10:38:07 +00:00
{
imports = [
../../../common/cpu/intel
];
services.thermald.enable = lib.mkDefault true;
}