nixos-hardware/lenovo/thinkpad/t480/default.nix

13 lines
199 B
Nix
Raw Normal View History

2022-12-31 11:52:38 +01:00
{ lib, ... }:
2021-06-12 11:13:10 +02:00
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/ssd
2021-06-12 11:13:10 +02:00
../.
];
services.throttled.enable = lib.mkDefault true;
}