diff options
author | lassulus <lassulus@lassul.us> | 2017-07-12 20:11:22 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-12 20:11:22 +0200 |
commit | 7212de210bb7fc751ffade00d6b1b08f195ddf47 (patch) | |
tree | 2e7ad9eb5e322265b964f15a32162f90e923cdc4 /tv/1systems/wu | |
parent | 59bf838bf86021f7513e4b58e4f4df5814e29dba (diff) | |
parent | a321efd5aeab77421cf8b016ee48d1df6b9bb583 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/wu')
-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; [ |