diff options
author | tv <tv@krebsco.de> | 2016-02-10 19:06:32 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-10 19:06:32 +0100 |
commit | 5e958c83144786462de6e36da89375a94d8511cc (patch) | |
tree | 7ca93038d88155ef7f22be7fb98af02b5dfc34b2 /tv/1systems | |
parent | 5a29fa695f69f5d15da436307c4d7a93894e70b5 (diff) |
krebs.nixpkgs.allowUnfreePredicate: init
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 29e6de0..4ed13a0 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; |