Files
nixos-hardware/lenovo/thinkpad/x1/2nd-gen/default.nix
2025-04-29 05:36:52 +00:00

11 lines
175 B
Nix

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