From 478b6313057a0fbad1b03166b251c79514144ae1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 19 Apr 2017 02:36:17 +0200 Subject: machines/aszlig: Revert whitelisting webkitgtk This reverts the following commits: * f34f60216a94f41e684b2b2a29be9ca5f8f72940 * fb6cd06936a469fad708e1095b5ee25ad1298375 Using permittedInsecurePackages on all my machines isn't something I want to pursue, because this really affects *one* single package and I really don't want to whitelist webkitgtk-2.4.11 across all of my machines. Signed-off-by: aszlig --- machines/aszlig/arilou.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'machines/aszlig/arilou.nix') diff --git a/machines/aszlig/arilou.nix b/machines/aszlig/arilou.nix index a0cfc195..8fbc4353 100644 --- a/machines/aszlig/arilou.nix +++ b/machines/aszlig/arilou.nix @@ -7,11 +7,6 @@ let modulesPath = "${import ../../nixpkgs-path.nix}/nixos/modules"; in { - # whitelist insecure webkitgtk - nixpkgs.config.permittedInsecurePackages = [ - "webkitgtk-2.4.11" - ]; - vuizvui.user.aszlig.profiles.workstation.enable = true; imports = [ "${modulesPath}/profiles/all-hardware.nix" ]; -- cgit 1.4.1