summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-10 19:06:32 +0100
committertv <tv@krebsco.de>2016-02-10 19:06:32 +0100
commit8b130a66287b829e7b6f9be0130df7231c7a6605 (patch)
tree98881f9e159418bb5d8ac61669db06502fd0af6a /tv/1systems/wu.nix
parente6ea4875d467f1fbe6f39e1460352bd0d31feaea (diff)
krebs.nixpkgs.allowUnfreePredicate: init
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 29e6de08..4ed13a0e 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -157,7 +157,7 @@ with lib;
nixpkgs.config.chromium.enablePepperFlash = true;
- nixpkgs.config.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name;
+ krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name;
hardware.bumblebee.enable = true;
hardware.bumblebee.group = "video";
hardware.enableAllFirmware = true;