1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/intel/nuc/8i7beh/default.nix
2021-11-29 10:38:07 +00:00

10 lines
124 B
Nix

{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
];
services.thermald.enable = lib.mkDefault true;
}