summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-07-12 17:25:23 +0200
committertv <tv@krebsco.de>2017-07-12 17:25:23 +0200
commitcc4b146ff6c2a05cd7a96f2121335de904591465 (patch)
tree77a640eb87866d82d0bb408c925716a85a3a6f64 /tv
parent8fc6574c63d5727ef36292f24297bb291b9b4f06 (diff)
tv x220: enable{All => Redistributable}Firmware
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/hw/x220.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index 6cc295dc..e0a04e21 100644
--- a/tv/2configs/hw/x220.nix
+++ b/tv/2configs/hw/x220.nix
@@ -11,7 +11,7 @@
networking.wireless.enable = true;
# Required for Centrino.
- hardware.enableAllFirmware = true;
+ hardware.enableRedistributableFirmware = true;
hardware.opengl.extraPackages = [ pkgs.vaapiIntel pkgs.vaapiVdpau ];