mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
move acpi_call.nix and cpu-throttling-bug.nix to common folder
This commit is contained in:
committed by
Jörg Thalheim
parent
d4a430fef2
commit
941fbef86f
10
common/pc/laptop/acpi_call.nix
Normal file
10
common/pc/laptop/acpi_call.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
# acpi_call makes tlp work for newer thinkpads
|
||||
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
kernelModules = [ "acpi_call" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user