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 | 2917aa030a7afa95bb48ba5962d6c8daece5f708 (patch) | |
| tree | dbd883718f4c9f0b78ba12f6fa50b3d43ed242e3 | |
| parent | 453e05946455f5b2c259d79145ce9ff65742c839 (diff) | |
| parent | cf2ddf609ac7d5203d0fef3a98be21c11e04fd2e (diff) | |
Merge remote-tracking branch 'ni/master'
| -rw-r--r-- | tv/1systems/mu/config.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/wu/config.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 239f333..4c6d163 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -64,7 +64,7 @@ with import <stockholm/lib>; hardware.pulseaudio.enable = true; - hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; boot.loader.gummiboot.enable = true; boot.loader.efi.canTouchEfiVariables = true; 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; [ |
