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;