about summary refs log tree commit diff
path: root/modules/nixos-hardware/lenovo/thinkpad/l14/intel/default.nix
blob: 088289f37c19541709fb24831efd73b5c9cc178c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

{
  imports = [
    ../.
    ../../../../common/cpu/intel
  ];

  services.throttled.enable = lib.mkDefault true;
}