diff options
author | tv <tv@krebsco.de> | 2017-07-12 17:25:23 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-12 17:25:23 +0200 |
commit | cc4b146ff6c2a05cd7a96f2121335de904591465 (patch) | |
tree | 77a640eb87866d82d0bb408c925716a85a3a6f64 /tv/2configs/hw | |
parent | 8fc6574c63d5727ef36292f24297bb291b9b4f06 (diff) |
tv x220: enable{All => Redistributable}Firmware
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/x220.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 6cc295dc5..e0a04e214 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 ]; |