about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-01 18:38:52 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-01 18:41:20 +0100
commit32ceae838c3a1654f3c08b94d9fe6c719d9284cf (patch)
treedc61d0a80daade6af21cf147ce18fdefacf77733 /machines
parentf577343f35b77d65866695b47c758c0037499a82 (diff)
machines/haenk: Enable pepper flash for Chromium
Unfortunately there are still too many flash-only sites out there so
that we could disable it for non-technical people.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/haenk.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/managed/haenk.nix b/machines/aszlig/managed/haenk.nix
index 01e3bd38..feaa146d 100644
--- a/machines/aszlig/managed/haenk.nix
+++ b/machines/aszlig/managed/haenk.nix
@@ -59,6 +59,7 @@
 
   nixpkgs.config = {
     pulseaudio = true;
+    chromium.enablePepperFlash = true;
     packageOverrides = opkgs: {
       # This is because the driver for the NV44M GPU doesn't like LLVM 3.7
       mesa_noglu = pkgs.mesa_noglu.override {