init
This commit is contained in:
parent
de70a293ae
commit
1b1acdc3e7
4 changed files with 70 additions and 0 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue