From 28330d0095892195ffdafbf3f0dded16b35dbe30 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 4 Jul 2024 10:36:20 -0600 Subject: [PATCH] attempt #321312 at compiling the entire system --- hosts/workstation/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index ab70078..404ac82 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -68,10 +68,12 @@ }; }; nix.settings.cores = 16; - nixpkgs.config = { - allowUnfree = true; - permittedInsecurePackages = [ ]; + nixpkgs = { hostPlatform = "x86_64-linux"; + config = { + allowUnfree = true; + permittedInsecurePackages = [ ]; + }; }; users = { groups.nixremote.gid = 555;