1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/thinkpad/t480s/default.nix

12 lines
186 B
Nix
Raw Normal View History

2018-06-09 00:54:34 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
2018-06-09 00:54:34 +02:00
../.
];
services.throttled.enable = lib.mkDefault true;
2018-06-09 00:54:34 +02:00
}