lenovo/thinkpad/l14: init

Add support for the Lenovo Thinkpad L14 Gen 1 Intel and AMD variants.
This commit is contained in:
Julian Stecklina
2020-10-07 21:13:52 +02:00
parent 55acbf7497
commit ccf7985cb3
5 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../../common/cpu/intel
];
services.throttled.enable = lib.mkDefault true;
}