From fb6cd06936a469fad708e1095b5ee25ad1298375 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 7 Mar 2017 16:21:30 +0100 Subject: machines/aszlig: fix double definition of a set --- machines/aszlig/dnyarri.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'machines/aszlig/dnyarri.nix') 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; -- cgit 1.4.1