tv x220: add tp_smapi
This commit is contained in:
parent
58200bf707
commit
bed32d5be8
|
@ -5,6 +5,12 @@
|
|||
../smartd.nix
|
||||
];
|
||||
|
||||
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 a new issue