From 4e87db2032b48c8f5cdc0124d82a090760714a59 Mon Sep 17 00:00:00 2001 From: kenny Date: Thu, 2 Oct 2025 18:37:21 +0300 Subject: [PATCH] Corrected builder call --- hosts/box/remotebuild_user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/box/remotebuild_user.nix b/hosts/box/remotebuild_user.nix index 233c93f..61df311 100644 --- a/hosts/box/remotebuild_user.nix +++ b/hosts/box/remotebuild_user.nix @@ -2,8 +2,8 @@ { nix.buildMachines = [ { - hostName = "builder"; - system = "x86_64-linux"; + hostName = "192.168.0.101"; + system = "aarch64-linux"; protocol = "ssh-ng"; maxJobs = 1; speedFactor = 2;