mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
lenovo-thinkpad-x1-2nd-gen
This commit is contained in:
10
lenovo/thinkpad/x1/2nd-gen/default.nix
Normal file
10
lenovo/thinkpad/x1/2nd-gen/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/cpu/intel/haswell
|
||||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
services.throttled.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user