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 = [ {
hostName = "builder";
system = "x86_64-linux";
hostName = "192.168.0.101";
system = "aarch64-linux";
protocol = "ssh-ng";
maxJobs = 1;
speedFactor = 2;