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 | 6967411053e0bec21edc002a88804e4a7d88ed71 (patch) | |
tree | 7409bd8c6d9746ece1bae71082791035ad7db155 | |
parent | 112a652a9866d18263790ce5232459d4abf042b6 (diff) |
tv x220: enable{All => Redistributable}Firmware
-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 6cc295d..e0a04e2 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 ]; |