This commit is contained in:
Lilith 2026-06-21 17:58:06 +02:00
parent bdcb1791ad
commit 10041af092
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 33 additions and 12 deletions

View file

@ -1,5 +1,4 @@
{ ... }:
{
{ ... }: {
nix = {
gc = {
automatic = true;
@ -36,6 +35,7 @@
protocol = "ssh-ng";
speedFactor = 4;
maxJobs = 16;
supportedFeatures = [
"kvm"
"big-parallel"
@ -51,6 +51,7 @@
protocol = "ssh-ng";
speedFactor = 8;
maxJobs = 32;
supportedFeatures = [
"kvm"
"big-parallel"
@ -66,6 +67,23 @@
protocol = "ssh-ng";
speedFactor = 1;
maxJobs = 4;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
{
hostName = "lilith-lab-builder";
sshUser = "nixremote";
sshKey = "/root/.ssh/nixremote";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 1;
maxJobs = 2;
supportedFeatures = [
"kvm"
"big-parallel"