From c9d9a24570c96802b80b442025033031b45056a0 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 4 Jul 2024 20:01:13 -0600 Subject: [PATCH] removed redundant allowunfree --- hosts/workstation/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index bb29db2..5dc5c08 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -70,10 +70,7 @@ nix.settings.cores = 16; nixpkgs = { hostPlatform = "x86_64-linux"; - config = { - allowUnfree = true; - permittedInsecurePackages = [ ]; - }; + config.permittedInsecurePackages = [ ]; }; users = { groups.nixremote.gid = 555;