diff --git a/systems/darwin.nix b/systems/darwin.nix index ac9755f..2097710 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -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; }