From e8cdda6b997b1233adf1ef349de4b8417a691422 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 1 Jul 2025 21:29:04 -0500 Subject: [PATCH] Change configuration --- hosts/Ethans-MacBook-Air/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/Ethans-MacBook-Air/configuration.nix b/hosts/Ethans-MacBook-Air/configuration.nix index 8b1e3e4..8377dd4 100644 --- a/hosts/Ethans-MacBook-Air/configuration.nix +++ b/hosts/Ethans-MacBook-Air/configuration.nix @@ -13,11 +13,14 @@ shell = pkgs.nushell; }; - nix.extraOptions = '' + nix = { + linux-builder.enable = true; + extraOptions = '' auto-optimise-store = true experimental-features = nix-command flakes - extra-platforms = x86_64-darwin aarch64-darwin + extra-platforms = aarch64-darwin ''; + }; programs = { fish.enable = true;