[remote-build] use full dns names

This commit is contained in:
2026-01-25 12:07:39 -08:00
parent a98ccddab1
commit 74388e8c24
3 changed files with 16 additions and 9 deletions

View File

@@ -23,12 +23,12 @@
printing.enable = true;
remote-build.builders = [
{
hostName = "zix790prors";
hostName = "zix790prors.oglehome";
maxJobs = 16;
speedFactor = 3;
}
{
hostName = "john-endesktop";
hostName = "john-endesktop.oglehome";
maxJobs = 1;
speedFactor = 1;
}