diff options
author | tv <tv@krebsco.de> | 2016-07-23 12:58:03 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-23 12:58:03 +0200 |
commit | 448145ae02e2d39631ec50585e63c29ca65700b6 (patch) | |
tree | c648af165404855959c61e4cd783fc045b08bc6c /tv/2configs/hw/x220.nix | |
parent | 521771677d3c1381e0e1d38ded93cc6fe276fc9a (diff) |
tv x220: enableAllFirmware
Diffstat (limited to 'tv/2configs/hw/x220.nix')
-rw-r--r-- | tv/2configs/hw/x220.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 9b3dd12..c5a3485 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -10,6 +10,9 @@ networking.wireless.enable = true; + # Required for Centrino. + hardware.enableAllFirmware = true; + hardware.trackpoint = { enable = true; sensitivity = 220; |