mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
move acpi_call.nix and cpu-throttling-bug.nix to common folder
This commit is contained in:
parent
d4a430fef2
commit
941fbef86f
8 changed files with 9 additions and 9 deletions
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 ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue