1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-05-31 18:13:34 +02:00
nixos-hardware/lenovo/thinkpad/l14/intel/default.nix
2022-12-31 11:57:44 +01:00

11 lines
131 B
Nix

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