From d553d80270e8a844057def385a57b955793da7bd Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sat, 28 Oct 2023 06:13:50 -0700 Subject: [PATCH] unfolder: remove chrome from system packages --- machine/unfolder/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machine/unfolder/default.nix b/machine/unfolder/default.nix index e767085..037f9fe 100644 --- a/machine/unfolder/default.nix +++ b/machine/unfolder/default.nix @@ -75,15 +75,10 @@ firefox libreoffice unzip - google-chrome syncthing mpv ]; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "google-chrome" - ]; - networking.firewall = { enable = true; };