From e4ceb013cce1be3aa2eb11dbcd3e29e6d5a1ac69 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 10 Aug 2025 23:55:13 -0500 Subject: [PATCH] hostPlatform --- system-config/configuration/sandbox-nathan/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-config/configuration/sandbox-nathan/default.nix b/system-config/configuration/sandbox-nathan/default.nix index de4528c..93ab3c9 100644 --- a/system-config/configuration/sandbox-nathan/default.nix +++ b/system-config/configuration/sandbox-nathan/default.nix @@ -35,7 +35,10 @@ environment.shells = with pkgs; [ zsh ]; users.defaultUserShell = pkgs.zsh; - nixpkgs.config.allowUnfree = true; + nixpkgs = { + config.allowUnfree = true; + hostPlatform = "x86_64-linux"; + }; # Set your time zone. time.timeZone = "America/Chicago";