mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
init
This commit is contained in:
committed by
mergify[bot]
parent
de70a293ae
commit
1b1acdc3e7
10
lenovo/thinkpad/e15/intel/default.nix
Normal file
10
lenovo/thinkpad/e15/intel/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/cpu/intel/alder-lake
|
||||
];
|
||||
|
||||
services.throttled.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user