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

@@ -58,6 +58,7 @@
me.lvfs.enable = true;
me.media.enable = true;
me.nix_index.enable = true;
me.nix_worker.enable = true;
me.pcsx2.enable = true;
me.python.enable = true;
me.qemu.enable = true;

View File

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