Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
398a99bb25
@ -3,8 +3,27 @@
|
||||
{
|
||||
imports = [
|
||||
../smartd.nix
|
||||
{
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.acpi_call
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"acpi_call"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.tpacpi-bat
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.tp_smapi
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "tp_smapi" ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user