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

10 lines
124 B
Nix
Raw Normal View History

2021-11-29 05:38:07 -05:00
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
];
services.thermald.enable = lib.mkDefault true;
}