diff options
author | tv <tv@krebsco.de> | 2018-10-22 08:38:18 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-22 08:38:18 +0200 |
commit | bed32d5be8ee93743247c2b1b2beedc2f8fc95a6 (patch) | |
tree | c599d20a1e7b4bc44e059fc0ec565e9bd0541474 /tv | |
parent | 58200bf7075eeef5ab1979f1da6729fa7bbf41dd (diff) |
tv x220: add tp_smapi
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/hw/x220.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index e0a04e214..d04cf50f2 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -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; |