1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-26 03:29:44 +01:00
nixos-hardware/lenovo/thinkpad/x390/default.nix

13 lines
175 B
Nix
Raw Normal View History

2023-05-05 07:59:00 +02:00
{ lib, ... }:
{
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/ssd/default.nix
];
services.throttled.enable = lib.mkDefault true;
}