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
2022-12-31 11:57:44 +01:00

10 lines
118 B
Nix

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