From c666d32db1f8b9aca7c02450cc6a454d850fc1db Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Jun 2024 15:31:34 +0200 Subject: mba: remove linux-builder setup --- system/mba.nix | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/system/mba.nix b/system/mba.nix index abed520b..ca1b76d8 100644 --- a/system/mba.nix +++ b/system/mba.nix @@ -37,27 +37,4 @@ supportedFeatures = [ ]; } ]; - - nix.linux-builder = { - maxJobs = 4; - config = { pkgs, ... }: { - virtualisation = { - darwin-builder = { - diskSize = 60 * 1024; - memorySize = 8 * 1024; - }; - cores = 4; - }; - # don't go crazy with this setup, it rebuilds the VM - imports = [ - ./settings/configuration/user.nix - ./settings/programs/shell.nix - ]; - environment.systemPackages = with pkgs; [ - kitty.terminfo - hello - ]; - }; - systems = [ "aarch64-linux" ]; - }; } -- cgit 1.4.1