Add a nix_worker role for nix builders.

This commit is contained in:
Tom Alexander
2025-05-04 15:31:13 -04:00
parent 7f4c41bb32
commit 4a303d17d8
7 changed files with 74 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
nix.buildMachines = [
{
hostName = "hydra";
sshUser = "talexander";
sshUser = "nixworker";
systems = [
"x86_64-linux"
# "aarch64-linux"
@@ -25,14 +25,14 @@
"benchmark"
"big-parallel"
# "kvm"
"gccarch-znver4"
"gccarch-x86-64-v3"
"gccarch-x86-64-v4"
"gccarch-znver4"
];
}
{
hostName = "quark";
sshUser = "talexander";
sshUser = "nixworker";
systems = [
"x86_64-linux"
# "aarch64-linux"
@@ -44,9 +44,9 @@
"benchmark"
"big-parallel"
# "kvm"
"gccarch-znver4"
"gccarch-x86-64-v3"
"gccarch-x86-64-v4"
"gccarch-znver4"
"gccarch-znver5"
];
}