about summary refs log tree commit diff
path: root/machines/aszlig/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/dnyarri.nix')
-rw-r--r--machines/aszlig/dnyarri.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 6789f729..fcd62513 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -1,11 +1,6 @@
 { pkgs, lib, ... }:
 
 {
-  # whitelist insecure webkitgtk
-  nixpkgs.config.permittedInsecurePackages = [
-    "webkitgtk-2.4.11"
-  ];
-
   vuizvui.user.aszlig.profiles.workstation.enable = true;
 
   nix.maxJobs = 8;
@@ -41,6 +36,10 @@
     packageOverrides = super: {
       hplip = super.hplip.override { withPlugin = true; };
     };
+    # whitelist insecure webkitgtk
+    permittedInsecurePackages = [
+      "webkitgtk-2.4.11"
+    ];
   };
 
   hardware.sane.enable = true;