mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
lenovo/thinkpad/l480: init
This commit is contained in:
parent
68d680c1b7
commit
3f01731119
3 changed files with 14 additions and 0 deletions
12
lenovo/thinkpad/l480/default.nix
Normal file
12
lenovo/thinkpad/l480/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/cpu/intel/kaby-lake
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# available cpufreq governors: performance powersave
|
||||
# The powersave mode locks the cpu to 700Mhz which is not really usable
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue