diff options
author | tv <tv@krebsco.de> | 2016-08-04 19:43:41 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-08-04 19:43:41 +0200 |
commit | 2e4c4a8666beabfe94c12dcac3f32532786445ef (patch) | |
tree | 6dc4c34e11edbe14dceb366363aececace3965d5 /tv/1systems/wu.nix | |
parent | 46d73a70ce2df4af2d66228874470cb4c8657f14 (diff) |
tv: RIP flash
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index a2e113e18..c2a624a91 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -142,8 +142,6 @@ with config.krebs.lib; }; }; - nixpkgs.config.chromium.enablePepperFlash = true; - krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name; hardware.bumblebee.enable = true; hardware.bumblebee.group = "video"; |