diff options
author | tv <tv@krebsco.de> | 2017-07-12 19:20:10 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-12 19:20:10 +0200 |
commit | 6bebdca460363260398eed61e1488041a634950e (patch) | |
tree | 10a84f8ee4a5bf166ccc39481eb55b8f91404d40 /tv/1systems/wu/config.nix | |
parent | a16f2697fdf45174f82ea64103ff1ab42c2e5cc3 (diff) |
tv wu: enable{All => Redistributable}Firmware
Diffstat (limited to 'tv/1systems/wu/config.nix')
-rw-r--r-- | tv/1systems/wu/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index 5b2542a..1e28cc7 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -140,7 +140,7 @@ with import <stockholm/lib>; krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name; hardware.bumblebee.enable = true; hardware.bumblebee.group = "video"; - hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware= true; hardware.opengl.driSupport32Bit = true; environment.systemPackages = with pkgs; [ |