1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/intel/nuc/8i7beh/default.nix

10 lines
124 B
Nix
Raw Permalink Normal View History

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