diff options
| -rw-r--r-- | tv/2configs/hw/x220.nix | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index d04cf50f2..e91fd82c8 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -3,6 +3,19 @@  {    imports = [      ../smartd.nix +    { +      boot.extraModulePackages = [ +        config.boot.kernelPackages.acpi_call +      ]; + +      boot.kernelModules = [ +        "acpi_call" +      ]; + +      environment.systemPackages = [ +        pkgs.tpacpi-bat +      ]; +    }    ];    boot.extraModulePackages = [ | 
