summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-02 20:05:12 +0100
committertv <tv@krebsco.de>2016-02-02 20:05:12 +0100
commit239f48c4605b7f96237ad37b4ed2fd8c2b49a234 (patch)
tree3fd9b381b972afff2a3f6f2dc9ad2d52a00a6390 /tv/1systems/wu.nix
parenta0b0c5867e27126045058f4f806426d871514b81 (diff)
wu: selectively allowUnfree nvidia-x11
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index aef8ca7..2fa0e8a 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -157,7 +157,7 @@ with lib;
nixpkgs.config.chromium.enablePepperFlash = true;
- nixpkgs.config.allowUnfree = true;
+ nixpkgs.config.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name;
hardware.bumblebee.enable = true;
hardware.bumblebee.group = "video";
hardware.enableAllFirmware = true;