mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
lenovo/thinkpad/l480: init
This commit is contained in:
committed by
mergify[bot]
parent
68d680c1b7
commit
3f01731119
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";
|
||||
}
|
||||
Reference in New Issue
Block a user