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 | d2e611d2809bc18da225d74e434effd8e5ae9380 (patch) | |
tree | e47760071fb595a70c44c074e6969d4a8e9efc10 /tv/1systems/wu.nix | |
parent | c5f868377e895bf8ced61c1137d377ac82983a03 (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 a2e113e..c2a624a 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"; |