feat(darwin): enable distributedBuilds
All checks were successful
/ check (push) Successful in 5m9s

This commit is contained in:
winston 2024-09-20 08:58:18 +02:00
parent 6778b8dac3
commit 741b1e72bc
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -11,7 +11,9 @@
longitude = 16.363449;
};
nix.buildMachines = [
nix = {
distributedBuilds = true;
buildMachines = [
{
hostName = "orb";
sshUser = "nixos";
@ -28,4 +30,5 @@
];
}
];
};
}