mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
Fix
This commit is contained in:
parent
38ee1afb53
commit
dc3d1d2676
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue