about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-11 13:35:32 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-11 13:35:32 +0100
commit2ef1cd5892e410de952c99a25469fcec5a12461e (patch)
tree03cbaf31e09a309e36331863e2cb396d475e4006 /modules/user
parent5bd756eaf27882820cb59e0ecf9c305f08b3b3e3 (diff)
modules/user/aszlig/managed: disable flash
nixpkgs has removed flash support in chromium without replacement in
d55603f11d36ae38ca76dec8d95bc55d2115f104 following the removal in
upstream chromium M88, so I'm disabling it completely in
vuizvui.user.aszlig.profiles.managed to fix the evaluation of shiki
and brawndo.

cc @aszlig
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 4da26f0e..5f240778 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -93,7 +93,6 @@ in {
     nix.readOnlyStore = true;
     nix.useSandbox = true;
 
-    nixpkgs.config.chromium.enablePepperFlash = true;
     nixpkgs.config.pulseaudio = true;
 
     programs.bash.enableCompletion = true;