all repos — nixfiles @ a2534b9daab7d39d2eeb005f7648b74bc72a8520

System and user configuration, managed by nix and home-manager

mba: add secondary build machine for quicker aarch64-linux builds
Alan Pearce alan@alanpearce.eu
Wed, 10 Apr 2024 11:34:28 +0200
commit

a2534b9daab7d39d2eeb005f7648b74bc72a8520

parent

9babe5a43770fe42ce9bb8a67d857b8aca0eea1d

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
M system/mba.nixsystem/mba.nix
@@ -26,6 +26,18 @@ cores = 4;     auto-optimise-store = false; # https://github.com/NixOS/nix/issues/7273
   };
 
+  nix.buildMachines = [
+    {
+      protocol = "ssh-ng";
+      sshUser = "nixremote";
+      hostName = "linde.alanpearce.eu";
+      system = "aarch64-linux";
+      maxJobs = 2;
+      speedFactor = 4;
+      supportedFeatures = [ ];
+    }
+  ];
+
   nix.linux-builder = {
     maxJobs = 4;
     config = {