tv x220: add tpacpi-bat
This commit is contained in:
parent
bed32d5be8
commit
77be9b677d
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user