mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Add Intel NUC 8i7BEH (#343)
This commit is contained in:
parent
aad66afc1c
commit
6b3f79de09
4 changed files with 50 additions and 0 deletions
9
intel/nuc/8i7beh/default.nix
Normal file
9
intel/nuc/8i7beh/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue