1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/lenovo/thinkpad/e14/intel/default.nix

11 lines
145 B
Nix
Raw Normal View History

2021-08-18 12:43:51 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../../common/cpu/intel
];
services.throttled.enable = lib.mkDefault true;
}