1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-24 09:49:48 +01:00
nixos-hardware/intel/nuc/8i7beh/default.nix

10 lines
118 B
Nix
Raw Normal View History

2022-12-31 11:52:38 +01:00
{ lib, ... }:
2021-11-29 16:08:07 +05:30
{
imports = [
../../../common/cpu/intel
];
services.thermald.enable = lib.mkDefault true;
}