Add Intel NUC 8i7BEH (#343)

This commit is contained in:
Sibi Prabakaran
2021-11-29 16:08:07 +05:30
committed by GitHub
parent aad66afc1c
commit 6b3f79de09
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
];
services.thermald.enable = lib.mkDefault true;
}