ccf7985cb3
Add support for the Lenovo Thinkpad L14 Gen 1 Intel and AMD variants.
11 lines
145 B
Nix
11 lines
145 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
../../../../common/cpu/intel
|
|
];
|
|
|
|
services.throttled.enable = lib.mkDefault true;
|
|
}
|