diff options
| -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 5b2542acd..1e28cc78a 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; [ | 
