This commit is contained in:
Sridhar Ratnakumar 2022-12-24 12:57:08 -05:00
parent 38ee1afb53
commit dc3d1d2676

View file

@ -51,7 +51,7 @@
distributedBuilds = true;
buildMachines = [
{
hostName = (import ../hetzner/ax41.info.nix).publicIP;
hostName = (import ./hetzner/ax41.info.nix).publicIP;
system = "x86_64-linux";
maxJobs = 10;
}