Corrected builder call

This commit is contained in:
2025-10-02 18:37:21 +03:00
parent e466874570
commit 4e87db2032

View File

@@ -2,8 +2,8 @@
{ {
nix.buildMachines = [ { nix.buildMachines = [ {
hostName = "builder"; hostName = "192.168.0.101";
system = "x86_64-linux"; system = "aarch64-linux";
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 1; maxJobs = 1;
speedFactor = 2; speedFactor = 2;